diff --git a/frontend/poetry.lock b/frontend/poetry.lock index 2edf585..20165e3 100644 --- a/frontend/poetry.lock +++ b/frontend/poetry.lock @@ -550,13 +550,13 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"] [[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] @@ -1945,4 +1945,4 @@ test = ["coverage (>=5.3)", "tomli (>=2.0.1)", "tox"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "2324ca809d068fbca95ac550f445b65c17e2a083fa2e679a6ae1a1e440aace55" +content-hash = "3037d1a838d592a66847f8d33f728b74a2c5da9c5ddb53507f0335556c5808b4" diff --git a/frontend/pyproject.toml b/frontend/pyproject.toml index 213a1a3..1a942ac 100644 --- a/frontend/pyproject.toml +++ b/frontend/pyproject.toml @@ -16,7 +16,7 @@ pandas = "^2.2.1" lmfit = "^1.2.2" xhtml2pdf = "^0.2.15" matplotlib = "^3.8.3" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" pip = "^24.0" setuptools = "^74.0.0"