Skip to content

Commit 1da3600

Browse files
Update gunicorn requirement from <23,>=22 to >=23,<24 (#235)
* Update gunicorn requirement from <23,>=22 to >=22,<24 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]> * Bump lower bound --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent d61027f commit 1da3600

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>=5.1,<5.2
2-
gunicorn>=22,<23
2+
gunicorn>=23,<24
33
dj-database-url>=2,<3
44
whitenoise[brotli]>=6,<7
55

0 commit comments

Comments
 (0)