diff --git a/poetry.lock b/poetry.lock index 6e631249f..b4caf219e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -508,13 +508,13 @@ typing = ["typing-extensions (>=4.8)"] [[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] @@ -1216,4 +1216,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "78d1ca9a09bf2b5c298d25064f15626d6a98668cf438f541041e6395cd9223dc" +content-hash = "2ccc9fbc9dec09620017341b9aa9f497dda32f8e579a7e880026416fa56cc39d" diff --git a/pyproject.toml b/pyproject.toml index 2fd1d1ddd..7e901dd9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django-filter = "24.3" django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" djangorestframework = "3.14.0" -gunicorn = "22.0.0" +gunicorn = "23.0.0" httpx = "0.27.0" markdown = "3.6" PyJWT = {version = "2.9.0", extras = ["crypto"]}