From 83abbee8913f3d635043c7124f0c3c7f2a2dfb52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:33:37 +0000 Subject: [PATCH] Bump uwsgi from 2.0.19.1 to 2.0.22 Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) from 2.0.19.1 to 2.0.22. --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-deploy.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-deploy.txt b/requirements-deploy.txt index 3f1dfa8..598cb88 100644 --- a/requirements-deploy.txt +++ b/requirements-deploy.txt @@ -1,5 +1,5 @@ Flask==2.3.2 connexion[swagger-ui]==2.7.0 swagger-spec-validator==2.7.3 -uWSGI==2.0.19.1 +uWSGI==2.0.22 Werkzeug==2.2.3 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0af4cb9..824187b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pytest==6.2.2 seq-ann==1.1.0 connexion[swagger-ui]==2.7.0 swagger-spec-validator==2.7.3 -uWSGI==2.0.19.1 +uWSGI==2.0.22 Werkzeug==2.2.3