Skip to content
Snippets Groups Projects
Commit 046824ee authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DEP: Use requests>=2.26

parent 1043480d
Branches
Tags
2 merge requests!93Release 0.11.0,!84F request 2.26
Pipeline #31381 passed
This commit is part of merge request !84. Comments created here will be created in the context of that merge request.
......@@ -174,7 +174,7 @@ def setup_package():
python_requires='>=3.8',
package_dir={'': 'src'},
install_requires=['lxml>=4.6.3',
"requests[socks]==2.26",
"requests[socks]>=2.26",
"python-dateutil>=2.8.2",
'PyYAML>=5.4.1',
'future',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment