Skip to content

Commit d853e80

Browse files
authored
Merge pull request #57 from GitGuardian/sguillaume/update-and-fix-vcrpy
Update and fix vcrpy
2 parents bed62be + 5ced824 commit d853e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flake8-isort = "*"
1414
isort = "*"
1515
pre-commit = "*"
1616
pytest = "*"
17-
vcrpy = "*"
17+
vcrpy = ">=4.3.0,!=4.3.1,<4.4.0" # v4.3.1 broke decode_compressed_response
1818
urllib3 = "<2" # pin until https://github.com/kevin1024/vcrpy/issues/688 is fixed
1919
mypy = "==0.961"
2020
types-requests = "*"

0 commit comments

Comments
 (0)