From 723e5f16db1e771902dfdd6d73dfdfe02e710f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 04:39:41 +0000 Subject: [PATCH] chore(deps): update uwsgi requirement from ~=2.0.23 to ~=2.0.24 in /api Updates the requirements on [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) to permit the latest version. --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index e36e59f16..4d67e8b14 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -17,4 +17,4 @@ psl-dns~=1.1.0 pylibmc~=1.6.3 pyyaml~=6.0.1 requests~=2.31.0 -uwsgi~=2.0.23 +uwsgi~=2.0.24