Skip to content

Commit dd6b9a3

Browse files
committed
Update Python dependencies
1 parent b36085e commit dd6b9a3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 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.1.0;python_version>="3.5"
4+
setuptools>=50.2.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0
@@ -17,6 +17,7 @@ selenium==3.141.0
1717
msedge-selenium-tools==3.141.2
1818
more-itertools==5.0.0;python_version<"3.5"
1919
more-itertools==8.5.0;python_version>="3.5"
20+
cssselect==1.1.0
2021
pluggy==0.13.1
2122
attrs>=20.1.0
2223
py==1.8.1;python_version<"3.5"
@@ -44,7 +45,7 @@ pyopenssl==19.1.0
4445
pygments==2.5.2;python_version<"3.5"
4546
pygments==2.6.1;python_version>="3.5"
4647
traitlets==4.3.3;python_version<"3.7"
47-
traitlets==5.0.2;python_version>="3.7"
48+
traitlets==5.0.3;python_version>="3.7"
4849
prompt-toolkit==1.0.18;python_version<"3.6"
4950
prompt-toolkit==3.0.7;python_version>="3.6"
5051
ipython==5.10.0;python_version<"3.5"

setup.py

Lines changed: 3 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.1.0;python_version>="3.5"',
96+
'setuptools>=50.2.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',
@@ -109,6 +109,7 @@
109109
'msedge-selenium-tools==3.141.2',
110110
'more-itertools==5.0.0;python_version<"3.5"',
111111
'more-itertools==8.5.0;python_version>="3.5"',
112+
'cssselect==1.1.0',
112113
'pluggy==0.13.1',
113114
'attrs>=20.1.0',
114115
'py==1.8.1;python_version<"3.5"',
@@ -136,7 +137,7 @@
136137
'pygments==2.5.2;python_version<"3.5"',
137138
'pygments==2.6.1;python_version>="3.5"',
138139
'traitlets==4.3.3;python_version<"3.7"',
139-
'traitlets==5.0.2;python_version>="3.7"',
140+
'traitlets==5.0.3;python_version>="3.7"',
140141
'ipython==5.10.0;python_version<"3.5"',
141142
'prompt-toolkit==1.0.18;python_version<"3.6"',
142143
'prompt-toolkit==3.0.7;python_version>="3.6"',

0 commit comments

Comments
 (0)