Skip to content

Commit b6c524a

Browse files
committed
Refresh Python dependencies
1 parent 8ce3c94 commit b6c524a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.2
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
8-
setuptools>=58.0.4;python_version>="3.6"
8+
setuptools>=58.1.0;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.2;python_version>="3.6"
1111
tomli>=1.2.1;python_version>="3.6"
@@ -27,7 +27,7 @@ idna==3.2;python_version>="3.6"
2727
chardet==3.0.4;python_version<"3.5"
2828
chardet==4.0.0;python_version>="3.5"
2929
charset-normalizer==2.0.6;python_version>="3.5"
30-
urllib3==1.26.6
30+
urllib3==1.26.7
3131
requests==2.26.0;python_version<"3.5"
3232
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
3333
requests==2.26.0;python_version>="3.6"
@@ -83,15 +83,15 @@ decorator==5.1.0;python_version>="3.5"
8383
ipython==5.10.0;python_version<"3.5"
8484
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
8585
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
86-
ipython==7.27.0;python_version>="3.7"
86+
ipython==7.28.0;python_version>="3.7"
8787
matplotlib-inline==0.1.3;python_version>="3.7"
8888
colorama==0.4.4
8989
platformdirs==2.0.2;python_version<"3.6"
90-
platformdirs==2.3.0;python_version>="3.6"
90+
platformdirs==2.4.0;python_version>="3.6"
9191
pathlib2==2.3.5;python_version<"3.5"
9292
importlib-metadata==2.0.0;python_version<"3.5"
9393
importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"
94-
virtualenv>=20.8.0
94+
virtualenv>=20.8.1
9595
pymysql==0.10.1;python_version<"3.6"
9696
pymysql==1.0.2;python_version>="3.6"
9797
pyotp==2.6.0
@@ -101,7 +101,7 @@ toml==0.10.2
101101
Pillow==6.2.2;python_version<"3.5"
102102
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
103103
Pillow==8.3.2;python_version>="3.6"
104-
rich==10.10.0;python_version>="3.6" and python_version<"4.0"
104+
rich==10.11.0;python_version>="3.6" and python_version<"4.0"
105105
tornado==5.1.1;python_version<"3.5"
106106
tornado==6.1;python_version>="3.5"
107107
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"typing-extensions>=3.10.0.2",
122122
'setuptools>=44.1.1;python_version<"3.5"',
123123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
124-
'setuptools>=58.0.4;python_version>="3.6"',
124+
'setuptools>=58.1.0;python_version>="3.6"',
125125
'setuptools-scm==5.0.2;python_version<"3.6"',
126126
'setuptools-scm>=6.3.2;python_version>="3.6"',
127127
'tomli>=1.2.1;python_version>="3.6"',
@@ -143,7 +143,7 @@
143143
'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
144144
'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
145145
'charset-normalizer==2.0.6;python_version>="3.5"', # Sync "requests"
146-
"urllib3==1.26.6", # Must stay in sync with "requests"
146+
"urllib3==1.26.7", # Must stay in sync with "requests"
147147
'requests==2.26.0;python_version<"3.5"',
148148
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
149149
'requests==2.26.0;python_version>="3.6"',
@@ -199,15 +199,15 @@
199199
'ipython==5.10.0;python_version<"3.5"',
200200
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
201201
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
202-
'ipython==7.27.0;python_version>="3.7"', # Requires matplotlib-inline
202+
'ipython==7.28.0;python_version>="3.7"', # Requires matplotlib-inline
203203
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
204204
"colorama==0.4.4",
205205
'platformdirs==2.0.2;python_version<"3.6"',
206-
'platformdirs==2.3.0;python_version>="3.6"',
206+
'platformdirs==2.4.0;python_version>="3.6"',
207207
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
208208
'importlib-metadata==2.0.0;python_version<"3.5"',
209209
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
210-
"virtualenv>=20.8.0", # Sync with importlib-metadata and pathlib2
210+
"virtualenv>=20.8.1", # Sync with importlib-metadata and pathlib2
211211
'pymysql==0.10.1;python_version<"3.6"',
212212
'pymysql==1.0.2;python_version>="3.6"',
213213
"pyotp==2.6.0",
@@ -217,7 +217,7 @@
217217
'Pillow==6.2.2;python_version<"3.5"',
218218
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
219219
'Pillow==8.3.2;python_version>="3.6"',
220-
'rich==10.10.0;python_version>="3.6" and python_version<"4.0"',
220+
'rich==10.11.0;python_version>="3.6" and python_version<"4.0"',
221221
'tornado==5.1.1;python_version<"3.5"',
222222
'tornado==6.1;python_version>="3.5"',
223223
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)