Skip to content

Commit ca012d2

Browse files
committed
Update Python dependencies
1 parent 00a181d commit ca012d2

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
@@ -1,7 +1,7 @@
11
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=50.2.0;python_version>="3.5"
4+
setuptools>=50.3.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0
@@ -19,7 +19,7 @@ more-itertools==5.0.0;python_version<"3.5"
1919
more-itertools==8.5.0;python_version>="3.5"
2020
cssselect==1.1.0
2121
pluggy==0.13.1
22-
attrs>=20.1.0
22+
attrs>=20.2.0
2323
py==1.8.1;python_version<"3.5"
2424
py==1.9.0;python_version>="3.5"
2525
pytest==4.6.11;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=50.2.0;python_version>="3.5"',
96+
'setuptools>=50.3.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',
@@ -111,7 +111,7 @@
111111
'more-itertools==8.5.0;python_version>="3.5"',
112112
'cssselect==1.1.0',
113113
'pluggy==0.13.1',
114-
'attrs>=20.1.0',
114+
'attrs>=20.2.0',
115115
'py==1.8.1;python_version<"3.5"',
116116
'py==1.9.0;python_version>="3.5"',
117117
'pytest==4.6.11;python_version<"3.5"',

0 commit comments

Comments
 (0)