Skip to content

Commit

Permalink
Update urllib3 version dependency (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 19, 2023
1 parent c79952e commit 2b2bc10
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 89 deletions.
174 changes: 86 additions & 88 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ python_requires = >=3.8
install_requires =
# "requests>=2.22.0,<2.30.0; python_version<'3.10'",
requests>=2.22.0,<3.0
urllib3<2
urllib3>=1.26.18,<2
# "urllib3>=2; python_version>='3.10'",
keyring>=15,<23.5
keyrings.alt==3.1; sys_platform == "linux"
Expand Down

0 comments on commit 2b2bc10

Please sign in to comment.