Skip to content

Commit

Permalink
Bump gunicorn from 21.2.0 to 22.0.0 (#984)
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent 01dbe07 commit a5f0f30
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 @@ -62,7 +62,7 @@
install_requires=["flask==3.0.3"],
extras_require={
"aws": ["boto3==1.34.143"],
"docker": ["gunicorn==21.2.0"],
"docker": ["gunicorn==22.0.0"],
"gcp": ["google-cloud-storage==2.17.0"],
},
python_requires=">=3.8",
Expand Down

0 comments on commit a5f0f30

Please sign in to comment.