Skip to content

Commit

Permalink
Update gunicorn requirement from ==20.1.* to ==22.0.* in /requirements
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.1.0...22.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 558d90a commit cadffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r ./base.txt

# Using gunicorn (and probably nginx)
gunicorn==20.1.* # https://github.com/benoitc/gunicorn
gunicorn==22.0.* # https://github.com/benoitc/gunicorn


# PostgreSQL driver
Expand Down

0 comments on commit cadffb9

Please sign in to comment.