Skip to content

Commit 279b802

Browse files
committed
Release 3.0.1
1 parent 1b956ac commit 279b802

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ]
3838

3939
[project]
4040
name = "github-webhook-server"
41-
version = "3.0.0"
41+
version = "3.0.1"
4242
requires-python = ">=3.12"
4343
description = "A webhook server to manage Github reposotories and pull requests."
4444
readme = "README.md"
@@ -66,7 +66,7 @@ dependencies = [
6666
"timeout-sampler>=0.0.46",
6767
"uvicorn>=0.31.0",
6868
"httpx>=0.28.1",
69-
"asyncstdlib>=3.13.1",
69+
"asyncstdlib>=3.13.1"
7070
]
7171

7272
[[project.authors]]
@@ -83,10 +83,8 @@ dependencies = [
8383
Download = "https://quay.io/repository/myakove/github-webhook-server"
8484
"Bug Tracker" = "https://github.com/myakove/github-webhook-server/issues"
8585

86-
[project.optional-dependencies]
87-
tests = [
88-
"pytest-asyncio>=0.26.0",
89-
]
86+
[project.optional-dependencies]
87+
tests = [ "pytest-asyncio>=0.26.0" ]
9088

9189
[build-system]
9290
requires = [ "hatchling" ]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)