From 45ea74640d6c1ffa2cb2f2e03a6b6be5f527caa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:12:47 +0000 Subject: [PATCH] build(deps): bump uwsgi from 2.0.21 to 2.0.22 Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) from 2.0.21 to 2.0.22. --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7aaaf2d..b902532 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "numpy>=1.21", # CVE-2021-33430 # https://github.com/unbit/uwsgi/issues/2580 # https://github.com/unbit/uwsgi/pull/2587 - "uwsgi==2.0.21", + "uwsgi==2.0.22", ], # not to be confused with definitions in pyproject.toml [build-system] setup_requires=["pytest-runner"],