diff --git a/poetry.lock b/poetry.lock index e8bbaed..fc80834 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aniso8601" @@ -977,14 +977,14 @@ files = [ [[package]] name = "gunicorn" -version = "25.2.0" +version = "25.3.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-25.2.0-py3-none-any.whl", hash = "sha256:88f5b444d0055bf298435384af7294f325e2273fd37ba9f9ff7b98e0a1e5dfdc"}, - {file = "gunicorn-25.2.0.tar.gz", hash = "sha256:10bd7adb36d44945d97d0a1fdf9a0fb086ae9c7b39e56b4dece8555a6bf4a09c"}, + {file = "gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660"}, + {file = "gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"}, ] [package.dependencies] @@ -992,7 +992,7 @@ packaging = "*" [package.extras] eventlet = ["eventlet (>=0.40.3)"] -fast = ["gunicorn_h1c (>=0.4.1)"] +fast = ["gunicorn_h1c (>=0.6.3)"] gevent = ["gevent (>=24.10.1)"] http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] @@ -1496,7 +1496,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -4268,4 +4268,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "ba3fa79db5e5421cb24cb6b81219a715036c5310d6778478a42708af8e4ccac5" +content-hash = "25359bd6d065ba0f4eb1d84ecdb7cbd2e8a6cba16d6da2efdc61e1252d1442aa" diff --git a/pyproject.toml b/pyproject.toml index 0e29a89..293d0b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.10,<3.15" redis = {version = "^5.3.0,<6.0", extras = ["hiredis"]} flask-restx = "^1.3.2" werkzeug = "^3.1.7" -gunicorn = "^25.2.0" +gunicorn = "^25.3.0" cron-converter = "^1.3.1" bootstrap-flask = "^2.5.0" pylookyloo = "^1.37.4"