Skip to content

Commit

Permalink
Update gunicorn requirement from <20.2,>=20.0 to >=20.0,<21.3
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.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.0.0...21.2.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 0405812 commit 620a9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ online = [
"flask-cors>=3.0,<3.1",
"panoptes-client>=1.6,<1.7",
"requests>=2.28,<2.32",
"gunicorn>=20.0,<20.2",
"gunicorn>=20.0,<21.3",
"sentry-sdk[flask]>=1.0,<1.30",
"newrelic>=8.4.0,<9.1.2",
"gitpython>=3.0.0,<3.2"
Expand Down

0 comments on commit 620a9ec

Please sign in to comment.