From 2a06d1ddfe8db497ad84253a6db97f8510cf0397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:33:36 +0000 Subject: [PATCH] Bump uwsgi Bumps the production-dependencies group with 1 update in the /config/requirements directory: [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/). Updates `uwsgi` from 2.0.27 to 2.0.28 --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- config/requirements/dev_lock.txt | 4 ++-- config/requirements/prod_lock.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/requirements/dev_lock.txt b/config/requirements/dev_lock.txt index 1a0c5e05..52f1c77c 100644 --- a/config/requirements/dev_lock.txt +++ b/config/requirements/dev_lock.txt @@ -1513,8 +1513,8 @@ urllib3==2.2.3 \ # via # botocore # requests -uwsgi==2.0.27 \ - --hash=sha256:3ee5bfb7e6e9c93478c22aa8183eef35b95a2d5b14cca16172e67f135565c458 +uwsgi==2.0.28 \ + --hash=sha256:79ca1891ef2df14508ab0471ee8c0eb94bd2d51d03f32f90c4bbe557ab1e99d0 # via -r config/requirements/prod.in vine==5.1.0 \ --hash=sha256:40fdf3c48b2cfe1c38a49e9ae2da6fda88e4794c810050a728bd7413811fb1dc \ diff --git a/config/requirements/prod_lock.txt b/config/requirements/prod_lock.txt index 624efd9a..f9ce6b66 100644 --- a/config/requirements/prod_lock.txt +++ b/config/requirements/prod_lock.txt @@ -423,8 +423,8 @@ urllib3==2.2.3 \ --hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \ --hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9 # via botocore -uwsgi==2.0.27 \ - --hash=sha256:3ee5bfb7e6e9c93478c22aa8183eef35b95a2d5b14cca16172e67f135565c458 +uwsgi==2.0.28 \ + --hash=sha256:79ca1891ef2df14508ab0471ee8c0eb94bd2d51d03f32f90c4bbe557ab1e99d0 # via -r config/requirements/prod.in vine==5.1.0 \ --hash=sha256:40fdf3c48b2cfe1c38a49e9ae2da6fda88e4794c810050a728bd7413811fb1dc \