Skip to content

Commit 69f757e

Browse files
committed
[deps] Pinned types-requests and vcrpy to avoid compatibility issues with py 3.8 and py 3.9 versions
1 parent effd6c8 commit 69f757e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

requirements-dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
mypy~=1.9.0
22
ruff~=0.9.9
3-
types-requests~=2.32.0.20241016
3+
# [PINNED] for Python 3.8 compatibility
4+
# higher versions require urllib3>=2.0
5+
types-requests~=2.31.0.6
46
pytest~=8.3.4
57
pytest-vcr~=1.0.2
8+
# [PINNED] to v6.x since vcrpy>=7.0 requires urllib3>=2.0
9+
# which breaks compatibility with Python 3.8
10+
vcrpy~=6.0.2
611
pytest-order~=1.3.0
712
pytest-timer[termcolor]~=1.0.0
813
pytest-sugar~=1.0.0

0 commit comments

Comments
 (0)