Skip to content

Commit 060bd5d

Browse files
committed
Refresh Python dependencies
1 parent d570ae8 commit 060bd5d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
44
packaging>=21.3;python_version>="3.6"
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
7-
setuptools>=59.2.0;python_version>="3.6"
7+
setuptools>=59.3.0;python_version>="3.6"
88
setuptools-scm>=5.0.2;python_version<"3.6"
99
setuptools-scm>=6.3.2;python_version>="3.6"
1010
tomli>=1.2.2;python_version>="3.6"
@@ -82,13 +82,13 @@ pygments==2.5.2;python_version<"3.5"
8282
pygments==2.10.0;python_version>="3.5"
8383
prompt-toolkit==1.0.18;python_version<"3.5"
8484
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"
85-
prompt-toolkit==3.0.22;python_version>="3.6.2"
85+
prompt-toolkit==3.0.23;python_version>="3.6.2"
8686
decorator==4.4.2;python_version<"3.5"
8787
decorator==5.1.0;python_version>="3.5"
8888
ipython==5.10.0;python_version<"3.5"
8989
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9090
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
91-
ipython==7.29.0;python_version>="3.7"
91+
ipython==7.30.0;python_version>="3.7"
9292
matplotlib-inline==0.1.3;python_version>="3.7"
9393
colorama==0.4.4
9494
platformdirs==2.0.2;python_version<"3.6"
@@ -120,7 +120,7 @@ pdfminer.six==20211012;python_version>="3.6"
120120
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
121121

122122
coverage==5.5;python_version<"3.6"
123-
coverage==6.1.2;python_version>="3.6"
123+
coverage==6.2;python_version>="3.6"
124124
pytest-cov==2.12.1;python_version<"3.6"
125125
pytest-cov==3.0.0;python_version>="3.6"
126126
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'packaging>=21.3;python_version>="3.6"',
124124
'setuptools>=44.1.1;python_version<"3.5"',
125125
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
126-
'setuptools>=59.2.0;python_version>="3.6"',
126+
'setuptools>=59.3.0;python_version>="3.6"',
127127
'setuptools-scm>=5.0.2;python_version<"3.6"',
128128
'setuptools-scm>=6.3.2;python_version>="3.6"',
129129
'tomli>=1.2.2;python_version>="3.6"',
@@ -201,13 +201,13 @@
201201
'pygments==2.10.0;python_version>="3.5"',
202202
'prompt-toolkit==1.0.18;python_version<"3.5"',
203203
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
204-
'prompt-toolkit==3.0.22;python_version>="3.6.2"',
204+
'prompt-toolkit==3.0.23;python_version>="3.6.2"',
205205
'decorator==4.4.2;python_version<"3.5"',
206206
'decorator==5.1.0;python_version>="3.5"',
207207
'ipython==5.10.0;python_version<"3.5"',
208208
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
209209
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
210-
'ipython==7.29.0;python_version>="3.7"', # Requires matplotlib-inline
210+
'ipython==7.30.0;python_version>="3.7"', # Requires matplotlib-inline
211211
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
212212
"colorama==0.4.4",
213213
'platformdirs==2.0.2;python_version<"3.6"',
@@ -239,7 +239,7 @@
239239
# pip install -e .[coverage]
240240
"coverage": [
241241
'coverage==5.5;python_version<"3.6"',
242-
'coverage==6.1.2;python_version>="3.6"',
242+
'coverage==6.2;python_version>="3.6"',
243243
'pytest-cov==2.12.1;python_version<"3.6"',
244244
'pytest-cov==3.0.0;python_version>="3.6"',
245245
],

0 commit comments

Comments
 (0)