1 parent a6c3ce1 commit 74ec630Copy full SHA for 74ec630
3 files changed
.changelog/0.7.8.toml
@@ -0,0 +1,7 @@
1
+release-date = "2026-05-13"
2
+
3
+[[entries]]
4
+id = "fb95643d-ce72-4bed-b0e0-a48105d2b832"
5
+type = "chore"
6
+description = "chore(deps): update dependency urllib3 to v2.7.0 [security] (#33)"
7
+author = "@renovate[bot]"
pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"urllib3>=2.6.3",
17
]
18
name = "github-bot-api"
19
-version = "0.7.7"
+version = "0.7.8"
20
description = "API for creating GitHub bots and webhooks in Python."
21
readme = "README.md"
22
classifiers = [
src/github_bot_api/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Niklas Rosenstein <nrosenstein@palantir.com>"
-__version__ = "0.7.7"
+__version__ = "0.7.8"
from .app import GithubApp
from .event import Event, accept_event
0 commit comments