Skip to content

Commit

Permalink
fix: tests by ceiling on urllib3 (again?) (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Dec 23, 2024
1 parent d7c1a9a commit 475999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dev = [
"tomli~=2.0; python_version<'3.11'",
"types-python-dateutil>=2.8.19,<2.10.0",
"types-requests~=2.32.0",
"urllib3~=2.0",
"urllib3>=2.0,<2.3.0", # v2.3.0 breaks VCR, b/c https://github.com/urllib3/urllib3/pull/3489
]
docs = [
"Sphinx~=8.0",
Expand Down

0 comments on commit 475999a

Please sign in to comment.