From a0ec15d99b432a19ef5ae357093e0793b806d722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:31:45 +0100 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 (#170) 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> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 541096f..ef6b9ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1486,13 +1486,13 @@ protobuf = ">=4.21.6" [[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] @@ -4069,4 +4069,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11.0a1,<3.13" -content-hash = "ea0c1d18d2f9544608f7640a5a611b172bb6fa9e693fa56a40e47d97d59b5461" +content-hash = "018b28dc8ca513eebbe03f11692fddbac8ac31290f6e2f1a78cfb1cd196a8f58" diff --git a/pyproject.toml b/pyproject.toml index 9f02d30..d692a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ duckduckgo-search = "^6.2.6" fastapi = "^0.112.0" firebase-admin = "^6.3.0" google-cloud-logging = "^3.11.0" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" instructor = "^1.2.2" openai = "^1.23.3" oracledb = "^2.3.0"