Skip to content

Commit bbb8fbd

Browse files
deps(dev): update gunicorn requirement in the major-dependencies group
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. Updates `gunicorn` to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@21.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:development dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d397057 commit bbb8fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
extras_require={
4545
"cloud-run": [
4646
"flask==3.*",
47-
"gunicorn>=21,<23",
47+
"gunicorn>=21,<24",
4848
],
4949
"tests": [
5050
"pytest-cov>=4,<6",

0 commit comments

Comments
 (0)