Skip to content

Commit

Permalink
chore(deps): bump urllib3 from 2.0.6 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.6...2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 0b66d9f commit d3f95ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ drf-nested-routers==0.93.4
# via -r requirements.in
flatten-dict==0.4.2
# via spoonbill
greenlet==3.0.0
# via sqlalchemy
hyperlink==21.0.0
# via
# autobahn
Expand Down Expand Up @@ -219,7 +221,7 @@ tzdata==2023.3
# django-celery-beat
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# requests-cache
Expand Down
6 changes: 5 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ flatten-dict==0.4.2
# via
# -r requirements.txt
# spoonbill
greenlet==3.0.0
# via
# -r requirements.txt
# sqlalchemy
hyperlink==21.0.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -381,7 +385,7 @@ url-normalize==1.4.3
# via
# -r requirements.txt
# requests-cache
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements.txt
# requests
Expand Down

0 comments on commit d3f95ad

Please sign in to comment.