Skip to content

Commit

Permalink
Bump uwsgi from 2.0.21 to 2.0.23 in /requirements (#325)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent e4ea45c commit 3887c77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 3887c77

Please sign in to comment.