diff --git a/poetry.lock b/poetry.lock
index 67a4a4f..044d1fe 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -190,13 +190,13 @@ email = ["email-validator"]
 
 [[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]
diff --git a/requirements.txt b/requirements.txt
index 831df60..1a94788 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ exceptiongroup==1.2.1 ; python_version >= "3.10" and python_version < "3.11"
 flake8==7.0.0 ; python_version >= "3.10" and python_version < "4.0"
 flask-wtf==1.2.1 ; python_version >= "3.10" and python_version < "4.0"
 flask==3.0.3 ; python_version >= "3.10" and python_version < "4.0"
-gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0"
+gunicorn==23.0.0 ; python_version >= "3.10" and python_version < "4.0"
 idna==3.7 ; python_version >= "3.10" and python_version < "4.0"
 iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
 isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0"