Skip to content

Commit 44b66bd

Browse files
committed
Refresh Python dependencies
1 parent b5d19ad commit 44b66bd

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
@@ -1,7 +1,7 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6"
33
packaging>=20.9;python_version<"3.6"
4-
packaging>=21.0;python_version>="3.6"
4+
packaging>=21.2;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"
@@ -43,7 +43,7 @@ more-itertools==5.0.0;python_version<"3.5"
4343
more-itertools==8.10.0;python_version>="3.5"
4444
cssselect==1.1.0
4545
filelock==3.2.1;python_version<"3.6"
46-
filelock==3.3.1;python_version>="3.6"
46+
filelock==3.3.2;python_version>="3.6"
4747
fasteners==0.16;python_version<"3.5"
4848
fasteners==0.16.3;python_version>="3.5"
4949
execnet==1.9.0
@@ -89,7 +89,7 @@ decorator==5.1.0;python_version>="3.5"
8989
ipython==5.10.0;python_version<"3.5"
9090
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9191
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
92-
ipython==7.28.0;python_version>="3.7"
92+
ipython==7.29.0;python_version>="3.7"
9393
matplotlib-inline==0.1.3;python_version>="3.7"
9494
colorama==0.4.4
9595
platformdirs==2.0.2;python_version<"3.6"
@@ -118,7 +118,7 @@ pdfminer.six==20211012;python_version>="3.6"
118118
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
119119

120120
coverage==5.5;python_version<"3.6"
121-
coverage==6.0.2;python_version>="3.6"
121+
coverage==6.1;python_version>="3.6"
122122
pytest-cov==2.12.1;python_version<"3.6"
123123
pytest-cov==3.0.0;python_version>="3.6"
124124
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
'pip>=20.3.4;python_version<"3.6"',
118118
'pip>=21.3.1;python_version>="3.6"',
119119
'packaging>=20.9;python_version<"3.6"',
120-
'packaging>=21.0;python_version>="3.6"',
120+
'packaging>=21.2;python_version>="3.6"',
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"',
@@ -159,7 +159,7 @@
159159
'more-itertools==8.10.0;python_version>="3.5"',
160160
"cssselect==1.1.0",
161161
'filelock==3.2.1;python_version<"3.6"',
162-
'filelock==3.3.1;python_version>="3.6"',
162+
'filelock==3.3.2;python_version>="3.6"',
163163
'fasteners==0.16;python_version<"3.5"',
164164
'fasteners==0.16.3;python_version>="3.5"',
165165
"execnet==1.9.0",
@@ -205,7 +205,7 @@
205205
'ipython==5.10.0;python_version<"3.5"',
206206
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
207207
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
208-
'ipython==7.28.0;python_version>="3.7"', # Requires matplotlib-inline
208+
'ipython==7.29.0;python_version>="3.7"', # Requires matplotlib-inline
209209
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
210210
"colorama==0.4.4",
211211
'platformdirs==2.0.2;python_version<"3.6"',
@@ -234,7 +234,7 @@
234234
# pip install -e .[coverage]
235235
"coverage": [
236236
'coverage==5.5;python_version<"3.6"',
237-
'coverage==6.0.2;python_version>="3.6"',
237+
'coverage==6.1;python_version>="3.6"',
238238
'pytest-cov==2.12.1;python_version<"3.6"',
239239
'pytest-cov==3.0.0;python_version>="3.6"',
240240
],

0 commit comments

Comments
 (0)