Skip to content

Commit 976abe1

Browse files
committed
Upgrade to mocket with urllib3 >=2 fix
1 parent efdd8c1 commit 976abe1

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ deps =
2323
# explicitly require indirect dependency to fix build failure.
2424
# This can be removed when aiohttp 3.9 is released.
2525
charset-normalizer==2.1.1
26-
# This is to work around https://github.com/mindflayer/python-mocket/issues/199
27-
# It can be removed once that is fixed.
28-
urllib3==1.26.15
2926
commands = pytest tests
3027

3128
[testenv:py310-black]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
platforms="any",
3939
python_requires=">=3.7",
4040
install_requires=requirements,
41-
tests_require=["mocket>=3.8.6"],
41+
tests_require=["mocket>=3.11.1"],
4242
test_suite="tests",
4343
license="Apache License 2.0 ",
4444
classifiers=[

0 commit comments

Comments
 (0)