From 348c1e8c2012abb3be1b5dc9969ff9d55d9d9e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:34:25 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 052e809..7c85ed9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,13 +292,13 @@ test = ["objgraph", "psutil"] [[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] @@ -938,4 +938,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "92dfc6ec1b0964520bdd0617a865b392b4c059808b18e84c82d661c94a6c2a90" +content-hash = "14c96fe2f6f5a4af9adb5281f806e7748470073f48cf282e1fe19af3ffe2b460" diff --git a/pyproject.toml b/pyproject.toml index 0800a7d..8b57ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ flask_sqlalchemy = "^3.0" mysql-connector-python = "^8.4.0" markdown = "^3.6" markupsafe = "^2.1.5" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" boto3 = "^1.35.0" [tool.poetry.group.dev.dependencies]