From 45163a287be73ff81e716625493d69e0aa75b5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:52:44 +0000 Subject: [PATCH] Bump uwsgi from 2.0.26 to 2.0.28 in /backend Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) from 2.0.26 to 2.0.28. --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4378c3069d..b69e86171a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "aniso8601==9.0.1", "whitenoise==6.7.0", "django-ordered-model==3.5", - "uWSGI==2.0.26", + "uWSGI==2.0.28", "django-storages==1.14.4", "sentry-sdk==2.11.0", "boto3==1.35.76",