Skip to content

Commit

Permalink
deps(dev): update gunicorn requirement in the major-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version.

Updates `gunicorn` to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.0.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:development
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and steveoh committed Jul 9, 2024
1 parent 01d425e commit 333caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
extras_require={
"cloud-run": [
"flask==3.*",
"gunicorn==21.*",
"gunicorn>=21,<23",
],
"tests": [
"pytest-cov>=4,<6",
Expand Down

0 comments on commit 333caff

Please sign in to comment.