From 40b27376e0606408e3b3cd402633ae271cd39b29 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 16 Sep 2024 16:16:06 -0400
Subject: [PATCH] build: update Poetry dependency: gunicorn

---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index e598c72f..1ed99de4 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -612,13 +612,13 @@ files = [
 
 [[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]
@@ -1710,4 +1710,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.11"
-content-hash = "99d1892677369108fe4291a68b56b6b82411b35beb6466c84a5b560493e6163d"
+content-hash = "ce62833c73d05243005b5f5a84078acf2e770be4cb8ad62bfedfdadf75263c3b"
diff --git a/pyproject.toml b/pyproject.toml
index 18504ae9..b3dcfa58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ django-versatileimagefield = "^3.0"
 dj-database-url = "^2.2.0"
 drf-jsonschema-serializer = "^3.0.0"
 drf-spectacular = "^0.27.1"
-gunicorn = "^22.0.0"
+gunicorn = "^23.0.0"
 jsonschema = "^4.22.0"
 Pillow = "^10.1.0"
 psycopg2-binary = "^2.9.3"
-- 
GitLab