Skip to content

Commit

Permalink
Update gunicorn requirement from <23.0.0,>=22.0.0 to >=22.0.0,<24.0.0
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@22.0.0...23.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 06724b6 commit 694012c
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 @@ -27,7 +27,7 @@ dependencies = [
"celery>=5.3.6,<6",
"crds>=11.17.19,<12",
"django>=5.0.3,<6",
"gunicorn>=22.0.0,<23.0.0",
"gunicorn>=22.0.0,<24.0.0",
"inflection>=0.5.1,<0.6",
"jsonschema>=4.21.1,<5",
"jwst>=1.13.4,<2",
Expand Down

0 comments on commit 694012c

Please sign in to comment.