From 4ab46100219088476ef5945d49baaf3fc36b3b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:11:28 +0000 Subject: [PATCH] Bump uwsgi from 2.0.20 to 2.0.21 Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/unbit/uwsgi-docs/releases) - [Commits](https://github.com/unbit/uwsgi-docs/commits) --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e5beb4..f5ba1e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ itsdangerous==2.1.2; python_version >= "3.7" jinja2==3.1.1; python_version >= "3.7" markupsafe==2.1.1; python_version >= "3.7" python-dotenv==0.20.0; python_version >= "3.5" -uwsgi==2.0.20 +uwsgi==2.0.21 werkzeug==2.1.1; python_version >= "3.7" wtforms==3.0.1; python_version >= "3.7" zipp==3.8.0; python_version < "3.10" and python_version >= "3.7"