Skip to content

Commit

Permalink
Merge pull request #2455 from sopel-irc/pin-urllib3
Browse files Browse the repository at this point in the history
build: pin urllib3 to <2.0 for now
  • Loading branch information
dgw authored May 21, 2023
2 parents e5bcd1f + 6d6feac commit 6e64c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies = [
"praw>=4.0.0,<8.0.0",
"geoip2>=4.0,<5.0",
"requests>=2.24.0,<3.0.0",
"urllib3<2.0", # TODO: unpin when vcrpy etc. will tolerate it
"dnspython<3.0",
"sqlalchemy>=1.4,<1.5",
"importlib_metadata>=3.6",
Expand Down

0 comments on commit 6e64c96

Please sign in to comment.