From 50fbcee9c2bb84a77deb61560fd7308c81fd6fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:32:07 +0000 Subject: [PATCH] Bump uwsgi from 2.0.21 to 2.0.23 in /requirements Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) from 2.0.21 to 2.0.23. --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c53e9e0d..1e6e1e4c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -182,7 +182,7 @@ urllib3==1.26.7 # via # botocore # requests -uwsgi==2.0.21 +uwsgi==2.0.23 # via -r tests.in virtualenv==20.24.4 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 36b47ec3..36689019 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,12 +4,16 @@ # # pip-compile requirements/tests.in # +async-timeout==4.0.3 + # via redis boto3==1.26.104 # via -r tests.in botocore==1.29.104 # via # boto3 # s3transfer +exceptiongroup==1.2.0 + # via pytest iniconfig==1.1.1 # via pytest jmespath==1.0.1 @@ -42,7 +46,9 @@ s3transfer==0.6.0 # via boto3 six==1.16.0 # via python-dateutil +tomli==2.0.1 + # via pytest urllib3==1.26.13 # via botocore -uwsgi==2.0.21 +uwsgi==2.0.23 # via -r tests.in