From e324bfde716546ee0cdf56b472245b30490a33c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:04:15 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 in /back-end Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back-end/Pipfile | 2 +- back-end/Pipfile.lock | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/back-end/Pipfile b/back-end/Pipfile index f1b82e3a0..de8c16318 100644 --- a/back-end/Pipfile +++ b/back-end/Pipfile @@ -24,7 +24,7 @@ djangorestframework = "==3.14.0" djangorestframework-simplejwt = "==5.2.2" drf-spectacular = "==0.25.1" drf-writable-nested = "==0.7.0" -gunicorn = "==20.1" +gunicorn = "==22.0.0" pillow = "==9.4.0" psycopg2-binary = "==2.9.5" requests = "==2.31.0" diff --git a/back-end/Pipfile.lock b/back-end/Pipfile.lock index d4212230e..cb62dce41 100644 --- a/back-end/Pipfile.lock +++ b/back-end/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e25ba4a325422f6c0c6e3fc3f913710a63572ac1682e6625e580c13e996fd706" + "sha256": "b8a4a0fc41402bdce552c833a729e17dbdef1f596c71c9fd12407b14276377ff" }, "pipfile-spec": 6, "requires": { @@ -257,12 +257,12 @@ }, "gunicorn": { "hashes": [ - "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e", - "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" + "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9", + "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63" ], "index": "pypi", - "markers": "python_version >= '3.5'", - "version": "==20.1.0" + "markers": "python_version >= '3.7'", + "version": "==22.0.0" }, "idna": { "hashes": [ @@ -306,6 +306,14 @@ "markers": "python_version >= '3.6'", "version": "==3.0.10" }, + "packaging": { + "hashes": [ + "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484", + "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" + ], + "markers": "python_version >= '3.8'", + "version": "==25.0" + }, "pillow": { "hashes": [ "sha256:013016af6b3a12a2f40b704677f8b51f72cb007dac785a9933d5c86a72a7fe33",