Skip to content

Commit

Permalink
Bump urllib3 from 2.0.7 to 2.2.2 in /requirements
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 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.0.7...2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 16, 2024
1 parent 5a75ad3 commit b4c5386
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ geoalchemy2==0.15.2
# via
# -r tests.in
# -r typing.txt
greenlet==3.0.3
# via
# -r typing.txt
# sqlalchemy
identify==2.5.24
# via pre-commit
idna==3.7
Expand Down Expand Up @@ -432,7 +436,7 @@ typing-extensions==4.7.1
# astroid
# mypy
# pylint
urllib3==2.0.7
urllib3==2.2.2
# via
# -r docs.txt
# -r typing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.7
urllib3==2.2.2
# via requests
zipp==3.15.0
# via importlib-metadata
4 changes: 3 additions & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ flask-wtf==1.1.1
# via flask-mongoengine
geoalchemy2==0.15.2
# via -r tests.in
greenlet==3.0.3
# via sqlalchemy
idna==3.7
# via
# email-validator
Expand Down Expand Up @@ -215,7 +217,7 @@ typing-extensions==4.7.1
# astroid
# mypy
# pylint
urllib3==2.0.7
urllib3==2.2.2
# via requests
werkzeug==2.1.2
# via
Expand Down

0 comments on commit b4c5386

Please sign in to comment.