Skip to content

Commit 2b2bc10

Browse files
authored
Update urllib3 version dependency (#988)
1 parent c79952e commit 2b2bc10

2 files changed

Lines changed: 87 additions & 89 deletions

File tree

Pipfile.lock

Lines changed: 86 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ python_requires = >=3.8
5757
install_requires =
5858
# "requests>=2.22.0,<2.30.0; python_version<'3.10'",
5959
requests>=2.22.0,<3.0
60-
urllib3<2
60+
urllib3>=1.26.18,<2
6161
# "urllib3>=2; python_version>='3.10'",
6262
keyring>=15,<23.5
6363
keyrings.alt==3.1; sys_platform == "linux"

0 commit comments

Comments
 (0)