From c78778071589b63fd6b88d96919b872984d3df20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:50:43 +0000 Subject: [PATCH] build(deps): bump gunicorn from 22.0.0 to 23.0.0 (#239) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7496e04..a8f71f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -225,13 +225,13 @@ dotenv = ["python-dotenv"] [[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] @@ -762,4 +762,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "a6de62a235baba6b325faff70d024608b3250d1153379f9fc726c5721a8f5454" +content-hash = "bb626b602e7765c6139a0af80c5f4092bf4a74097333bd35a7890e28404e192b" diff --git a/pyproject.toml b/pyproject.toml index 8d53a49..fd92021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ pandas = "^2.2.2" numpy = "^2.1.0" dash = "^2.17.1" networkx = "^3.3" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" scipy = "^1.14.1" dash-cytoscape = "^1.0.2"