Skip to content

Commit 6ce0d34

Browse files
committed
Refresh Python dependencies
1 parent fdca9e4 commit 6ce0d34

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@ 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"
44
packaging>=21.2;python_version>="3.6"
5-
typing-extensions>=3.10.0.2
5+
typing-extensions>=3.10.0.2;python_version<"3.6"
6+
typing-extensions>=4.0.0;python_version>="3.6"
67
setuptools>=44.1.1;python_version<"3.5"
78
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
8-
setuptools>=58.5.3;python_version>="3.6"
9-
setuptools-scm==5.0.2;python_version<"3.6"
9+
setuptools>=59.1.0;python_version>="3.6"
10+
setuptools-scm>=5.0.2;python_version<"3.6"
1011
setuptools-scm>=6.3.2;python_version>="3.6"
1112
tomli>=1.2.2;python_version>="3.6"
1213
wheel>=0.37.0
1314
attrs>=21.2.0
1415
PyYAML>=6.0;python_version>="3.6"
15-
traitlets==4.3.3;python_version<"3.7"
16+
traitlets>=4.3.3;python_version<"3.7"
1617
traitlets>=5.1.1;python_version>="3.7"
1718
certifi>=2021.10.8
1819
sortedcontainers==2.4.0
1920
six==1.16.0
20-
nose==1.3.7
21-
sniffio;python_version>="3.7"
2221
ipdb==0.13.4;python_version<"3.5"
2322
ipdb==0.13.9;python_version>="3.5"
2423
parso==0.7.1;python_version<"3.6"
@@ -34,12 +33,14 @@ urllib3==1.26.7
3433
requests==2.26.0;python_version<"3.5"
3534
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
3635
requests==2.26.0;python_version>="3.6"
37-
selenium==3.141.0;python_version<"3.7"
38-
selenium==4.0.0;python_version>="3.7"
39-
wsproto==1.0.0;python_version>="3.7"
36+
nose==1.3.7
37+
sniffio==1.2.0;python_version>="3.7"
4038
trio==0.19.0;python_version>="3.7"
4139
trio-websocket==0.9.2;python_version>="3.7"
4240
pyopenssl==21.0.0;python_version>="3.7"
41+
wsproto==1.0.0;python_version>="3.7"
42+
selenium==3.141.0;python_version<"3.7"
43+
selenium==4.0.0;python_version>="3.7"
4344
msedge-selenium-tools==3.141.3;python_version<"3.7"
4445
more-itertools==5.0.0;python_version<"3.5"
4546
more-itertools==8.11.0;python_version>="3.5"
@@ -72,7 +73,7 @@ parameterized==0.8.1
7273
sbvirtualdisplay==1.0.0
7374
soupsieve==1.9.6;python_version<"3.5"
7475
soupsieve==2.1;python_version>="3.5" and python_version<"3.6"
75-
soupsieve==2.3;python_version>="3.6"
76+
soupsieve==2.3.1;python_version>="3.6"
7677
beautifulsoup4==4.9.3;python_version<"3.5"
7778
beautifulsoup4==4.10.0;python_version>="3.5"
7879
cryptography==2.9.2;python_version<"3.5"
@@ -119,7 +120,7 @@ pdfminer.six==20211012;python_version>="3.6"
119120
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
120121

121122
coverage==5.5;python_version<"3.6"
122-
coverage==6.1.1;python_version>="3.6"
123+
coverage==6.1.2;python_version>="3.6"
123124
pytest-cov==2.12.1;python_version<"3.6"
124125
pytest-cov==3.0.0;python_version>="3.6"
125126
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,23 +118,22 @@
118118
'pip>=21.3.1;python_version>="3.6"',
119119
'packaging>=20.9;python_version<"3.6"',
120120
'packaging>=21.2;python_version>="3.6"',
121-
"typing-extensions>=3.10.0.2",
121+
'typing-extensions>=3.10.0.2;python_version<"3.6"',
122+
'typing-extensions>=4.0.0;python_version>="3.6"',
122123
'setuptools>=44.1.1;python_version<"3.5"',
123124
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
124-
'setuptools>=58.5.3;python_version>="3.6"',
125-
'setuptools-scm==5.0.2;python_version<"3.6"',
125+
'setuptools>=59.1.0;python_version>="3.6"',
126+
'setuptools-scm>=5.0.2;python_version<"3.6"',
126127
'setuptools-scm>=6.3.2;python_version>="3.6"',
127128
'tomli>=1.2.2;python_version>="3.6"',
128129
"wheel>=0.37.0",
129130
"attrs>=21.2.0",
130131
'PyYAML>=6.0;python_version>="3.6"',
131-
'traitlets==4.3.3;python_version<"3.7"',
132+
'traitlets>=4.3.3;python_version<"3.7"',
132133
'traitlets>=5.1.1;python_version>="3.7"',
133134
"certifi>=2021.10.8",
134135
"sortedcontainers==2.4.0",
135136
"six==1.16.0",
136-
"nose==1.3.7",
137-
'sniffio;python_version>="3.7"', # For "trio". (Funnier under "nose")
138137
'ipdb==0.13.4;python_version<"3.5"',
139138
'ipdb==0.13.9;python_version>="3.5"',
140139
'parso==0.7.1;python_version<"3.6"',
@@ -150,12 +149,14 @@
150149
'requests==2.26.0;python_version<"3.5"',
151150
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
152151
'requests==2.26.0;python_version>="3.6"',
153-
'selenium==3.141.0;python_version<"3.7"',
154-
'selenium==4.0.0;python_version>="3.7"',
155-
'wsproto==1.0.0;python_version>="3.7"',
152+
"nose==1.3.7",
153+
'sniffio==1.2.0;python_version>="3.7"',
156154
'trio==0.19.0;python_version>="3.7"',
157155
'trio-websocket==0.9.2;python_version>="3.7"',
158156
'pyopenssl==21.0.0;python_version>="3.7"',
157+
'wsproto==1.0.0;python_version>="3.7"',
158+
'selenium==3.141.0;python_version<"3.7"',
159+
'selenium==4.0.0;python_version>="3.7"',
159160
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
160161
'more-itertools==5.0.0;python_version<"3.5"',
161162
'more-itertools==8.11.0;python_version>="3.5"',
@@ -188,7 +189,7 @@
188189
"sbvirtualdisplay==1.0.0",
189190
'soupsieve==1.9.6;python_version<"3.5"',
190191
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"',
191-
'soupsieve==2.3;python_version>="3.6"',
192+
'soupsieve==2.3.1;python_version>="3.6"',
192193
'beautifulsoup4==4.9.3;python_version<"3.5"',
193194
'beautifulsoup4==4.10.0;python_version>="3.5"',
194195
'cryptography==2.9.2;python_version<"3.5"',
@@ -235,7 +236,7 @@
235236
# pip install -e .[coverage]
236237
"coverage": [
237238
'coverage==5.5;python_version<"3.6"',
238-
'coverage==6.1.1;python_version>="3.6"',
239+
'coverage==6.1.2;python_version>="3.6"',
239240
'pytest-cov==2.12.1;python_version<"3.6"',
240241
'pytest-cov==3.0.0;python_version>="3.6"',
241242
],

0 commit comments

Comments
 (0)