Skip to content

Commit 9ced3b0

Browse files
dependabot[bot]ggainey
authored andcommitted
Update gunicorn requirement from <24.1.0,>=22.0 to >=22.0,<24.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...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2f4da6 commit 9ced3b0

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-nested-routers>=0.93.4,<=0.95.0",
4444
"drf-spectacular==0.27.2", # We monkeypatch this so we need a very narrow requirement string.
4545
"dynaconf>=3.2.5,<3.3.0",
46-
"gunicorn>=22.0,<24.1.0",
46+
"gunicorn>=22.0,<24.2.0",
4747
"jinja2>=3.1,<=3.1.6",
4848
"json_stream>=2.3.2,<2.5",
4949
"jq>=1.6.0,<1.12.0",

0 commit comments

Comments
 (0)