Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Bump urllib3 from 2.2.1 to 2.2.2 (#323)
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

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 Aug 14, 2024
1 parent d0d9e2a commit 4902f9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ flipper-client==1.3.2
# funding-service-design-utils
funding-service-design-utils==4.0.0
# via -r requirements.txt
greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==22.0.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -192,8 +196,6 @@ idna==3.7
# anyio
# httpx
# requests
importlib-metadata==7.1.0
# via build
inflection==0.5.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -504,7 +506,7 @@ typing-extensions==4.12.2
# mypy
# sqlalchemy
# uvicorn
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements.txt
# botocore
Expand Down Expand Up @@ -536,8 +538,6 @@ werkzeug==3.0.3
# pytest-flask
wheel==0.43.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ flipper-client==1.3.2
# via funding-service-design-utils
funding-service-design-utils==4.0.0
# via -r requirements.in
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
# via funding-service-design-utils
h11==0.14.0
Expand Down Expand Up @@ -306,7 +308,7 @@ typing-extensions==4.12.2
# mypy
# sqlalchemy
# uvicorn
urllib3==2.2.1
urllib3==2.2.2
# via
# botocore
# requests
Expand Down

0 comments on commit 4902f9b

Please sign in to comment.