Skip to content

Commit 1b3e203

Browse files
committed
Refresh Python dependencies
1 parent 08a28d7 commit 1b3e203

File tree

2 files changed

+2
-77
lines changed

2 files changed

+2
-77
lines changed

requirements.txt

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,33 @@
1-
pip>=20.3.4;python_version<"3.6"
21
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
32
pip>=22.3.1;python_version>="3.7"
4-
packaging>=20.9;python_version<"3.6"
53
packaging>=21.3;python_version>="3.6" and python_version<"3.7"
64
packaging>=22.0;python_version>="3.7"
7-
setuptools>=44.1.1;python_version<"3.6"
85
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
96
setuptools>=65.6.3;python_version>="3.7"
107
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
118
tomli>=2.0.1;python_version>="3.7"
129
tqdm>=4.64.1
1310
wheel>=0.37.1;python_version<"3.7"
1411
wheel>=0.38.4;python_version>="3.7"
15-
attrs==21.4.0;python_version<"3.6"
1612
attrs==22.1.0;python_version>="3.6" and python_version<"3.7"
1713
attrs>=22.2.0;python_version>="3.7"
1814
PyYAML>=6.0;python_version>="3.6"
19-
certifi>=2021.10.8;python_version<"3.6"
2015
certifi>=2022.12.7;python_version>="3.6"
21-
filelock>=3.2.1;python_version<"3.6"
2216
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2317
filelock>=3.9.0;python_version>="3.7"
24-
platformdirs>=2.0.2;python_version<"3.6"
2518
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2619
platformdirs>=2.6.2;python_version>="3.7"
27-
pyparsing>=2.4.7;python_version<"3.6"
2820
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
2921
pyparsing>=3.0.9;python_version>="3.7"
3022
six==1.16.0
31-
idna==2.10;python_version<"3.6"
3223
idna==3.4;python_version>="3.6"
33-
chardet==3.0.4;python_version<"3.6"
3424
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
3525
chardet==5.1.0;python_version>="3.7"
3626
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
3727
charset-normalizer==2.1.1;python_version>="3.7"
3828
urllib3==1.26.12;python_version<"3.7"
3929
urllib3==1.26.13;python_version>="3.7"
40-
requests==2.27.1;python_version<"3.6"
41-
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
30+
requests==2.27.1;python_version<"3.7"
4231
requests==2.28.1;python_version>="3.7"
4332
requests-toolbelt==0.10.1
4433
nose==1.3.7
@@ -53,66 +42,47 @@ wsproto==1.2.0;python_version>="3.7"
5342
selenium==3.141.0;python_version<"3.7"
5443
selenium==4.7.2;python_version>="3.7"
5544
msedge-selenium-tools==3.141.3;python_version<"3.7"
56-
more-itertools==5.0.0;python_version<"3.6"
5745
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
5846
more-itertools==9.0.0;python_version>="3.7"
5947
cssselect==1.1.0;python_version<"3.7"
6048
cssselect==1.2.0;python_version>="3.7"
6149
sortedcontainers==2.4.0
62-
fasteners==0.16;python_version<"3.6"
6350
fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"
6451
fasteners==0.18;python_version>="3.7"
6552
execnet==1.9.0
66-
pluggy==0.13.1;python_version<"3.6"
6753
pluggy==1.0.0;python_version>="3.6"
68-
py==1.8.1;python_version<"3.6"
6954
py==1.11.0;python_version>="3.6"
70-
pytest==4.6.11;python_version<"3.6"
7155
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
7256
pytest==7.2.0;python_version>="3.7"
73-
pytest-forked==1.3.0;python_version<"3.6"
7457
pytest-forked==1.4.0;python_version>="3.6"
75-
pytest-html==1.22.1;python_version<"3.6"
7658
pytest-html==2.0.1;python_version>="3.6"
77-
pytest-metadata==1.8.0;python_version<"3.6"
7859
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
7960
pytest-metadata==2.0.4;python_version>="3.7"
8061
pytest-ordering==0.6
81-
pytest-rerunfailures==8.0;python_version<"3.6"
8262
pytest-rerunfailures==10.3;python_version>="3.6"
83-
pytest-xdist==1.34.0;python_version<"3.6"
8463
pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"
8564
pytest-xdist==3.1.0;python_version>="3.7"
8665
parameterized==0.8.1
8766
sbvirtualdisplay==1.1.1
8867
behave==1.2.6
8968
parse==1.19.0
9069
parse-type==0.6.0
91-
soupsieve==1.9.6;python_version<"3.6"
9270
soupsieve==2.3.2.post1;python_version>="3.6"
93-
beautifulsoup4==4.9.3;python_version<"3.6"
9471
beautifulsoup4==4.11.1;python_version>="3.6"
95-
cryptography==2.9.2;python_version<"3.6"
9672
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
9773
cryptography==38.0.4;python_version>="3.7"
98-
pygments==2.5.2;python_version<"3.6"
9974
pygments==2.13.0;python_version>="3.6"
100-
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
10175
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
10276
tabcompleter==1.1.0
10377
pdbp==1.2.7
104-
colorama==0.4.6;python_version<"3.6"
10578
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
10679
colorama==0.4.6;python_version>="3.7"
10780
exceptiongroup==1.1.0;python_version>="3.7"
108-
importlib-metadata==2.1.3;python_version<"3.6"
10981
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
11082
pycparser==2.21
111-
pyotp==2.3.0;python_version<"3.6"
11283
pyotp==2.7.0;python_version>="3.6" and python_version<"3.7"
11384
pyotp==2.8.0;python_version>="3.7"
11485
cffi==1.15.1
115-
typing-extensions==3.10.0.2;python_version<"3.6"
11686
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
11787
typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"
11888
rich==12.6.0;python_version>="3.6" and python_version<"3.7"
@@ -121,19 +91,13 @@ rich==13.0.0;python_version>="3.7" and python_version<"4.0"
12191
# --- Testing Requirements --- #
12292
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
12393

124-
coverage==5.5;python_version<"3.6"
12594
coverage==6.2;python_version>="3.6" and python_version<"3.7"
12695
coverage==7.0.1;python_version>="3.7"
127-
pytest-cov==2.12.1;python_version<"3.6"
12896
pytest-cov==4.0.0;python_version>="3.6"
129-
flake8==3.7.9;python_version<"3.6"
13097
flake8==5.0.4;python_version>="3.6" and python_version<"3.9"
13198
flake8==6.0.0;python_version>="3.9"
132-
mccabe==0.6.1;python_version<"3.6"
13399
mccabe==0.7.0;python_version>="3.6"
134-
pyflakes==2.1.1;python_version<"3.6"
135100
pyflakes==2.5.0;python_version>="3.6" and python_version<"3.9"
136101
pyflakes==3.0.1;python_version>="3.9"
137-
pycodestyle==2.5.0;python_version<"3.6"
138102
pycodestyle==2.9.1;python_version>="3.6" and python_version<"3.9"
139103
pycodestyle==2.10.0;python_version>="3.9"

setup.py

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -122,41 +122,31 @@
122122
"Topic :: Software Development :: Testing :: Traffic Generation",
123123
"Topic :: Utilities",
124124
],
125-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", # noqa: E501
125+
python_requires=">=3.6",
126126
install_requires=[
127-
'pip>=20.3.4;python_version<"3.6"',
128127
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
129128
'pip>=22.3.1;python_version>="3.7"',
130-
'packaging>=20.9;python_version<"3.6"',
131129
'packaging>=21.3;python_version>="3.6" and python_version<"3.7"',
132130
'packaging>=22.0;python_version>="3.7"',
133-
'setuptools>=44.1.1;python_version<"3.6"',
134131
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
135132
'setuptools>=65.6.3;python_version>="3.7"',
136133
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
137134
'tomli>=2.0.1;python_version>="3.7"',
138135
"tqdm>=4.64.1",
139136
'wheel>=0.37.1;python_version<"3.7"',
140137
'wheel>=0.38.4;python_version>="3.7"',
141-
'attrs==21.4.0;python_version<"3.6"',
142138
'attrs==22.1.0;python_version>="3.6" and python_version<"3.7"',
143139
'attrs>=22.2.0;python_version>="3.7"',
144140
'PyYAML>=6.0;python_version>="3.6"',
145-
'certifi>=2021.10.8;python_version<"3.6"',
146141
'certifi>=2022.12.7;python_version>="3.6"',
147-
'filelock>=3.2.1;python_version<"3.6"',
148142
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
149143
'filelock>=3.9.0;python_version>="3.7"',
150-
'platformdirs>=2.0.2;python_version<"3.6"',
151144
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
152145
'platformdirs>=2.6.2;python_version>="3.7"',
153-
'pyparsing>=2.4.7;python_version<"3.6"',
154146
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
155147
'pyparsing>=3.0.9;python_version>="3.7"',
156148
"six==1.16.0",
157-
'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
158149
'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
159-
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
160150
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
161151
'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests"
162152
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
@@ -178,66 +168,47 @@
178168
'selenium==3.141.0;python_version<"3.7"',
179169
'selenium==4.7.2;python_version>="3.7"',
180170
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
181-
'more-itertools==5.0.0;python_version<"3.6"',
182171
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
183172
'more-itertools==9.0.0;python_version>="3.7"',
184173
'cssselect==1.1.0;python_version<"3.7"',
185174
'cssselect==1.2.0;python_version>="3.7"',
186175
"sortedcontainers==2.4.0",
187-
'fasteners==0.16;python_version<"3.6"',
188176
'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"',
189177
'fasteners==0.18;python_version>="3.7"',
190178
"execnet==1.9.0",
191-
'pluggy==0.13.1;python_version<"3.6"',
192179
'pluggy==1.0.0;python_version>="3.6"',
193-
'py==1.8.1;python_version<"3.6"',
194180
'py==1.11.0;python_version>="3.6"',
195-
'pytest==4.6.11;python_version<"3.6"',
196181
'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
197182
'pytest==7.2.0;python_version>="3.7"',
198-
'pytest-forked==1.3.0;python_version<"3.6"',
199183
'pytest-forked==1.4.0;python_version>="3.6"',
200-
'pytest-html==1.22.1;python_version<"3.6"',
201184
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
202-
'pytest-metadata==1.8.0;python_version<"3.6"',
203185
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
204186
'pytest-metadata==2.0.4;python_version>="3.7"',
205187
"pytest-ordering==0.6",
206-
'pytest-rerunfailures==8.0;python_version<"3.6"',
207188
'pytest-rerunfailures==10.3;python_version>="3.6"',
208-
'pytest-xdist==1.34.0;python_version<"3.6"',
209189
'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
210190
'pytest-xdist==3.1.0;python_version>="3.7"',
211191
"parameterized==0.8.1",
212192
"sbvirtualdisplay==1.1.1",
213193
"behave==1.2.6",
214194
"parse==1.19.0",
215195
"parse-type==0.6.0",
216-
'soupsieve==1.9.6;python_version<"3.6"',
217196
'soupsieve==2.3.2.post1;python_version>="3.6"',
218-
'beautifulsoup4==4.9.3;python_version<"3.6"',
219197
'beautifulsoup4==4.11.1;python_version>="3.6"',
220-
'cryptography==2.9.2;python_version<"3.6"',
221198
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
222199
'cryptography==38.0.4;python_version>="3.7"',
223-
'pygments==2.5.2;python_version<"3.6"',
224200
'pygments==2.13.0;python_version>="3.6"',
225-
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"',
226201
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
227202
"tabcompleter==1.1.0",
228203
"pdbp==1.2.7",
229-
'colorama==0.4.6;python_version<"3.6"',
230204
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
231205
'colorama==0.4.6;python_version>="3.7"',
232206
'exceptiongroup==1.1.0;python_version>="3.7"',
233-
'importlib-metadata==2.1.3;python_version<"3.6"',
234207
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
235208
"pycparser==2.21",
236-
'pyotp==2.3.0;python_version<"3.6"',
237209
'pyotp==2.7.0;python_version>="3.6" and python_version<"3.7"',
238210
'pyotp==2.8.0;python_version>="3.7"',
239211
"cffi==1.15.1",
240-
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
241212
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
242213
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
243214
'rich==12.6.0;python_version>="3.6" and python_version<"3.7"',
@@ -247,45 +218,35 @@
247218
# pip install -e .[coverage]
248219
# Usage: coverage run -m pytest; coverage html; coverage report
249220
"coverage": [
250-
'coverage==5.5;python_version<"3.6"',
251221
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
252222
'coverage==7.0.1;python_version>="3.7"',
253-
'pytest-cov==2.12.1;python_version<"3.6"',
254223
'pytest-cov==4.0.0;python_version>="3.6"',
255224
],
256225
# pip install -e .[flake8]
257226
# Usage: flake8
258227
"flake8": [
259-
'flake8==3.7.9;python_version<"3.6"',
260228
'flake8==5.0.4;python_version>="3.6" and python_version<"3.9"',
261229
'flake8==6.0.0;python_version>="3.9"',
262-
'mccabe==0.6.1;python_version<"3.6"',
263230
'mccabe==0.7.0;python_version>="3.6"',
264-
'pyflakes==2.1.1;python_version<"3.6"',
265231
'pyflakes==2.5.0;python_version>="3.6" and python_version<"3.9"',
266232
'pyflakes==3.0.1;python_version>="3.9"',
267-
'pycodestyle==2.5.0;python_version<"3.6"',
268233
'pycodestyle==2.9.1;python_version>="3.6" and python_version<"3.9"', # noqa: E501
269234
'pycodestyle==2.10.0;python_version>="3.9"',
270235
],
271236
# pip install -e .[ipdb]
272237
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
273238
"ipdb": [
274-
'ipdb==0.13.4;python_version<"3.6"',
275239
'ipdb==0.13.11;python_version>="3.6"',
276-
'ipython==5.10.0;python_version<"3.6"',
277240
'ipython==7.16.3;python_version>="3.6" and python_version<"3.7"',
278241
'ipython==7.34.0;python_version>="3.7"',
279242
],
280243
# pip install -e .[pdfminer]
281244
"pdfminer": [
282-
'pdfminer.six==20191110;python_version<"3.6"',
283245
'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501
284246
'pdfminer.six==20221105;python_version>="3.7"',
285247
],
286248
# pip install -e .[pillow]
287249
"pillow": [
288-
'Pillow==6.2.2;python_version<"3.6"',
289250
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
290251
'Pillow==9.3.0;python_version>="3.7"',
291252
],

0 commit comments

Comments
 (0)