From ec3899b82bb44f31fa3df9c529243eaf6ede58b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:40:32 +0000 Subject: [PATCH] chore(deps): update uwsgi requirement from ~=2.0.26 to ~=2.0.27 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 c55f7f563..d10ba0188 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.32.3 -uwsgi~=2.0.26 +uwsgi~=2.0.27