From 357bc0fec7bcb5a7a38561ab8dfd7b56e452bd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:16:28 +0000 Subject: [PATCH] Bump uwsgi in /{{ cookiecutter.project_name }}/requirements Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.20 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] --- {{ cookiecutter.project_name }}/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/requirements/common.txt b/{{ cookiecutter.project_name }}/requirements/common.txt index 2d564c8..f08cd3a 100644 --- a/{{ cookiecutter.project_name }}/requirements/common.txt +++ b/{{ cookiecutter.project_name }}/requirements/common.txt @@ -62,6 +62,6 @@ tldextract==2.2.3 tqdm==4.48.2 urllib3==1.26.5 user-agents==2.1 -uWSGI==2.0.20 +uWSGI==2.0.22 wrapt==1.12.1 xhtml2pdf==0.2.4