Skip to content

Commit d69964b

Browse files
committed
Refresh Python dependencies
1 parent 3c2188a commit d69964b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ urllib3==1.26.12
4444
requests==2.27.1;python_version<"3.6"
4545
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
4646
requests==2.28.1;python_version>="3.7"
47+
requests-toolbelt==0.10.0
4748
nose==1.3.7
4849
sniffio==1.3.0;python_version>="3.7"
4950
h11==0.14.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
'urllib3==1.26.12', # Stay in sync with "requests"
170170
'requests==2.27.1;python_version<"3.7"',
171171
'requests==2.28.1;python_version>="3.7"',
172+
'requests-toolbelt==0.10.0',
172173
"nose==1.3.7",
173174
'sniffio==1.3.0;python_version>="3.7"',
174175
'h11==0.14.0;python_version>="3.7"',

0 commit comments

Comments
 (0)