Skip to content

Commit

Permalink
Update gunicorn requirement in /backend
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...21.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent 0e399ad commit 9d7ea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setproctitle>=1.2.2,<1.4.0
SQLAlchemy>=1.4.27,<2.1.0

# production runner
gunicorn>=20.1.0,<20.2.0
gunicorn>=20.1.0,<21.3.0

# profiling and checking
newrelic>=7.2.2,<8.8.0
Expand Down

0 comments on commit 9d7ea4c

Please sign in to comment.