Skip to content

Commit 4b9ff21

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update gunicorn requirement from <26.1.0,>=22.0 to >=22.0,<26.2.0
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...26.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 842b6b7 commit 4b9ff21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"drf-spectacular>=0.27.2,<0.30", # We monkeypatch this so we may need a very narrow requirement string.
4444
"dynaconf>=3.3.0,<3.4", # Probably semver.
4545
"GitPython>=3.1.24,<3.2",
46-
"gunicorn>=22.0,<26.1.0",
46+
"gunicorn>=22.0,<26.2.0",
4747
"jinja2>=3.1,<=3.1.6",
4848
"json_stream>=2.3.2,<2.6",
4949
"jq>=1.6.0,<1.13.0",

0 commit comments

Comments
 (0)