Skip to content

Commit dea9305

Browse files
Update gunicorn requirement from <21.0,>=20.0 to >=21.2,<22.0 (#205)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b5a5d7 commit dea9305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=4.2,<5.0
2-
gunicorn>=20.0,<21.0
2+
gunicorn>=21.2,<22.0
33
dj-database-url>=2.0,<3.0
44
whitenoise[brotli]>=6.0,<7.0
55

0 commit comments

Comments
 (0)