We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645a7a2 commit f48d294Copy full SHA for f48d294
requirements.txt
@@ -3,5 +3,5 @@ six >= 1.10
3
python_dateutil >= 2.5.3
4
setuptools >= 21.0.0
5
urllib3 >= 2.0.7
6
-requests>=2.29.0
+requests>=2.31.0
7
pyjwt==2.6.0
setup.py
@@ -42,7 +42,7 @@
42
'python_dateutil >= 2.5.3',
43
'setuptools >= 21.0.0',
44
'urllib3 >= 2.0.7',
45
- 'requests>=2.29.0',
+ 'requests>=2.31.0',
46
'pyjwt==2.6.0',
47
]
48
)
0 commit comments