Skip to content

Commit 9349b47

Browse files
committed
downgrade urllib version for tests
1 parent 94f0755 commit 9349b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'aiohttp>=3.8.4',
1919
'aiofiles>=23.1.0',
2020
'requests-kerberos>=0.15.0',
21-
'urllib3==2.2.0'
21+
'urllib3==2.0.7'
2222
]
2323

2424
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)