Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent ac40b59 commit 328fb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ typing-extensions==3.10.0.2
# via
# astroid
# pylint
urllib3==1.26.18
urllib3==1.26.19
# via
# requests
# sentry-sdk
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tqdm==4.66.3
# via -r requirements.in/base.txt
typing-extensions==4.6.3
# via asgiref
urllib3==2.1.0
urllib3==1.26.19
# via
# requests
# sentry-sdk
Expand Down

0 comments on commit 328fb42

Please sign in to comment.