Update requests range to allow <2.33.0

This commit is contained in:
Emir Isman 2024-10-21 15:55:12 +02:00
parent bf8d9c96e9
commit f7d4e577ac
No known key found for this signature in database
GPG Key ID: 9BB8CE2A8FF41070

View File

@ -8,7 +8,7 @@ pyparsing>=2.0.3,<3.2.0
python-dateutil>=2.4.2,<2.9.0 python-dateutil>=2.4.2,<2.9.0
pyjwt>=2.4.0,<2.9.0 pyjwt>=2.4.0,<2.9.0
PyYAML>=3.12,<6.1 PyYAML>=3.12,<6.1
requests>=2.20.0,<=2.31.0 requests>=2.20.0,<2.33.0
six>=1.13.0,<1.17.0 six>=1.13.0,<1.17.0
typing>=3.6.4,<3.8.0 ; python_version < '3.5' typing>=3.6.4,<3.8.0 ; python_version < '3.5'
urllib3>=1.21.1,<2 urllib3>=1.21.1,<2