From 360c119ef9e8e56feef7236b21f8fb8629a7682d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 22:37:11 +0000 Subject: [PATCH] build(deps): update gunicorn requirement from <23,>=22.0 to >=22.0,<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](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41511c4b..345a3cbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ api = ["biplist>=1.0.3,<2", "pyyaml>=6.0.1,<7"] cache = ["pymemcache>=4.0.0,<5"] pgsql = ["psycopg2-binary>=2.9.9,<3"] -server = ["gunicorn>=22.0,<23"] +server = ["gunicorn>=22.0,<24"] [project.scripts] comics = "comics.__main__:main"