Skip to content

Commit

Permalink
chore(env): # Pin urllib3 to prevent bad dependencies resolvins on Ma…
Browse files Browse the repository at this point in the history
…cOS with Python3.10
  • Loading branch information
pierrelalanne committed Sep 26, 2023
1 parent c548f7b commit ff5c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ isort = "*"
pre-commit = "*"
pytest = "*"
vcrpy = ">=4.3.0,!=4.3.1,<4.4.0" # v4.3.1 broke decode_compressed_response
urllib3 = "<2" # pin until https://github.com/kevin1024/vcrpy/issues/688 is fixed
urllib3 = "1.26.16" # pin until https://github.com/kevin1024/vcrpy/issues/688 is fixed
scriv = { version = "*", extras = ["toml"] }
responses = ">=0.23.1,<0.24.0"
pyright = "==1.1.313"

0 comments on commit ff5c038

Please sign in to comment.