Skip to content

Commit 12d6e4b

Browse files
committed
Refresh Python dependencies
1 parent 43f4e09 commit 12d6e4b

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
@@ -5,7 +5,7 @@ packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=65.4.0;python_version>="3.7"
8+
setuptools>=65.4.1;python_version>="3.7"
99
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1
@@ -125,7 +125,7 @@ rich==12.5.1;python_version>="3.6" and python_version<"4.0"
125125

126126
coverage==5.5;python_version<"3.6"
127127
coverage==6.2;python_version>="3.6" and python_version<"3.7"
128-
coverage==6.4.4;python_version>="3.7"
128+
coverage==6.5.0;python_version>="3.7"
129129
pytest-cov==2.12.1;python_version<"3.6"
130130
pytest-cov==4.0.0;python_version>="3.6"
131131
flake8==3.7.9;python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'packaging>=21.3;python_version>="3.6"',
132132
'setuptools>=44.1.1;python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=65.4.0;python_version>="3.7"',
134+
'setuptools>=65.4.1;python_version>="3.7"',
135135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
"tqdm>=4.64.1",
@@ -251,7 +251,7 @@
251251
"coverage": [
252252
'coverage==5.5;python_version<"3.6"',
253253
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
254-
'coverage==6.4.4;python_version>="3.7"',
254+
'coverage==6.5.0;python_version>="3.7"',
255255
'pytest-cov==2.12.1;python_version<"3.6"',
256256
'pytest-cov==4.0.0;python_version>="3.6"',
257257
],

0 commit comments

Comments
 (0)