From a19d7f7bf7fe3b54fc9dbebfbecfcbc3babafacd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:12:09 +0000 Subject: [PATCH] Bump uwsgi from 2.0.18 to 2.0.22 in /requirements Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.18 to 2.0.22. - [Commits](https://github.com/unbit/uwsgi-docs/commits) --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index b21a530..f8a1e24 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,6 +1,6 @@ -r base.txt # Additional dependencies for Docker deployment dj-database-url==0.5.0 -uWSGI==2.0.18 +uWSGI==2.0.22 psycopg2==2.8.3 whitenoise==4.1.3 \ No newline at end of file