Skip to content

Commit

Permalink
Merge pull request #1688 from buildtesters/match_urllib_version_in_py…
Browse files Browse the repository at this point in the history
…project_toml

update version of urllib3
  • Loading branch information
shahzebsiddiqui authored Jan 12, 2024
2 parents b4a7d25 + d878c59 commit 533bbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies=[
'pytest',
'black==23.12.1',
'pyflakes',
'urllib3 >=1.26',
'urllib3>=2.1.0',
]


Expand Down Expand Up @@ -131,4 +131,4 @@ sort = "-cover"
precision = 2

[tool.coverage.html]
directory = "htmlcov"
directory = "htmlcov"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ isort
black==23.12.1
pyflakes
# https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html
urllib3==2.1.*
urllib3>=2.1.0

0 comments on commit 533bbeb

Please sign in to comment.