Skip to content

Commit f48d294

Browse files
committed
Updated requirements
1 parent 645a7a2 commit f48d294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ six >= 1.10
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
55
urllib3 >= 2.0.7
6-
requests>=2.29.0
6+
requests>=2.31.0
77
pyjwt==2.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'python_dateutil >= 2.5.3',
4343
'setuptools >= 21.0.0',
4444
'urllib3 >= 2.0.7',
45-
'requests>=2.29.0',
45+
'requests>=2.31.0',
4646
'pyjwt==2.6.0',
4747
]
4848
)

0 commit comments

Comments
 (0)