Skip to content

Commit 3ca39e0

Browse files
Update gunicorn requirement from <24,>=23 to >=25,<26 (#270)
* Update gunicorn requirement from <24,>=23 to >=23,<26 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@23.0.0...25.0.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Increase requirement version lower bound --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 757dd9a commit 3ca39e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=6.0,<6.1
2-
gunicorn>=23,<24
2+
gunicorn>=25,<26
33
dj-database-url>=3,<4
44
whitenoise>=6,<7
55

0 commit comments

Comments
 (0)