Skip to content

Commit cce6d94

Browse files
committed
Refresh Python dependencies
1 parent 1a6de41 commit cce6d94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +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
47+
requests-toolbelt==0.10.1
4848
nose==1.3.7
4949
sniffio==1.3.0;python_version>="3.7"
5050
h11==0.14.0;python_version>="3.7"
@@ -107,7 +107,7 @@ ipython==5.10.0;python_version<"3.6"
107107
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
108108
ipython==7.34.0;python_version>="3.7"
109109
matplotlib-inline==0.1.6;python_version>="3.7"
110-
colorama==0.4.5
110+
colorama==0.4.6
111111
importlib-metadata==2.1.3;python_version<"3.6"
112112
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
113113
pycparser==2.21

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +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',
172+
'requests-toolbelt==0.10.1',
173173
"nose==1.3.7",
174174
'sniffio==1.3.0;python_version>="3.7"',
175175
'h11==0.14.0;python_version>="3.7"',
@@ -232,7 +232,7 @@
232232
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
233233
'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
234234
'matplotlib-inline==0.1.6;python_version>="3.7"', # ipython needs this
235-
"colorama==0.4.5",
235+
"colorama==0.4.6",
236236
'importlib-metadata==2.1.3;python_version<"3.6"',
237237
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
238238
"pycparser==2.21",

0 commit comments

Comments
 (0)