Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent aa641f8 commit d9fec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/unit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gql ; python_version >= '3.8'
# Locking requests-toolbet and urllib3 to fix failing tests.
# See https://stackoverflow.com/questions/76175487
requests-toolbelt==0.10.1 ; python_version >= '3.8'
urllib3==1.26.17 ; python_version >= '3.8'
urllib3==1.26.18 ; python_version >= '3.8'
requests<3,>=2.26 ; python_version >= '3.8'

0 comments on commit d9fec98

Please sign in to comment.