From f9aff6d8356ea7e97e407411e41c0604f6c9f870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:05:41 +0000 Subject: [PATCH] Update dependency gunicorn to v23 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f70bb72..02c5fb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -283,13 +283,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.7" files = [ - {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, - {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, + {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, + {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, ] [package.dependencies] @@ -772,4 +772,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "3594410d0cd32fcbb34cce9391c512370f99b1d9083b5abd3346d856ec032ff3" +content-hash = "33dde60a4d4f5406fc260b93feffb60e60b894ac0c4c4b33f9449b3c41a06540" diff --git a/pyproject.toml b/pyproject.toml index a65bdcb..c0a883f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "GPL-3.0-only" [tool.poetry.dependencies] python = "^3.8.1" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" falcon = "3.1.3" psycopg2 = "^2.9.1" requests = "^2.24.0"