Skip to content

Commit 65734f8

Browse files
committed
Refresh Python dependencies
1 parent 3076161 commit 65734f8

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

requirements.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
3-
pip>=22.0.4;python_version>="3.7"
3+
pip>=22.1;python_version>="3.7"
44
packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=62.1.0;python_version>="3.7"
9+
setuptools>=62.2.0;python_version>="3.7"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
@@ -15,11 +15,11 @@ wheel>=0.37.1
1515
attrs>=21.4.0
1616
PyYAML>=6.0;python_version>="3.6"
1717
traitlets>=4.3.3;python_version<"3.7"
18-
traitlets>=5.1.1;python_version>="3.7"
18+
traitlets>=5.2.0;python_version>="3.7"
1919
certifi>=2021.10.8
2020
filelock>=3.2.1;python_version<"3.6"
2121
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
22-
filelock>=3.6.0;python_version>="3.7"
22+
filelock>=3.7.0;python_version>="3.7"
2323
platformdirs>=2.0.2;python_version<"3.6"
2424
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2525
platformdirs>=2.5.2;python_version>="3.7"
@@ -47,10 +47,10 @@ trio-websocket==0.9.2;python_version>="3.7"
4747
pyopenssl==22.0.0;python_version>="3.7"
4848
wsproto==1.1.0;python_version>="3.7"
4949
selenium==3.141.0;python_version<"3.7"
50-
selenium==4.1.3;python_version>="3.7"
50+
selenium==4.1.5;python_version>="3.7"
5151
msedge-selenium-tools==3.141.3;python_version<"3.7"
5252
more-itertools==5.0.0;python_version<"3.5"
53-
more-itertools==8.12.0;python_version>="3.5"
53+
more-itertools==8.13.0;python_version>="3.5"
5454
cssselect==1.1.0
5555
sortedcontainers==2.4.0
5656
fasteners==0.16;python_version<"3.5"
@@ -81,6 +81,9 @@ pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"
8181
pytest-xdist==2.5.0;python_version>="3.6"
8282
parameterized==0.8.1
8383
sbvirtualdisplay==1.1.0
84+
behave==1.2.6
85+
parse==1.19.0
86+
parse-type==0.6.0
8487
soupsieve==1.9.6;python_version<"3.5"
8588
soupsieve==2.1;python_version>="3.5" and python_version<"3.6"
8689
soupsieve==2.3.2.post1;python_version>="3.6"
@@ -90,7 +93,7 @@ beautifulsoup4==4.11.1;python_version>="3.6"
9093
cryptography==2.9.2;python_version<"3.5"
9194
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
9295
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
93-
cryptography==37.0.1;python_version>="3.7"
96+
cryptography==37.0.2;python_version>="3.7"
9497
pygments==2.5.2;python_version<"3.5"
9598
pygments==2.11.2;python_version>="3.5" and python_version<"3.6"
9699
pygments==2.12.0;python_version>="3.6"
@@ -121,7 +124,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
121124
Pillow==9.1.0;python_version>="3.7"
122125
typing-extensions==3.10.0.2;python_version<"3.6"
123126
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
124-
rich==12.3.0;python_version>="3.6" and python_version<"4.0"
127+
rich==12.4.1;python_version>="3.6" and python_version<"4.0"
125128
tornado==5.1.1;python_version<"3.5"
126129
tornado==6.1;python_version>="3.5"
127130
pdfminer.six==20191110;python_version<"3.5"
@@ -134,7 +137,7 @@ pdfminer.six==20220319;python_version>="3.7"
134137

135138
coverage==5.5;python_version<"3.6"
136139
coverage==6.2;python_version>="3.6" and python_version<"3.7"
137-
coverage==6.3.2;python_version>="3.7"
140+
coverage==6.3.3;python_version>="3.7"
138141
pytest-cov==2.12.1;python_version<"3.6"
139142
pytest-cov==3.0.0;python_version>="3.6"
140143
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
install_requires=[
126126
'pip>=20.3.4;python_version<"3.6"',
127127
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
128-
'pip>=22.0.4;python_version>="3.7"',
128+
'pip>=22.1;python_version>="3.7"',
129129
'packaging>=20.9;python_version<"3.6"',
130130
'packaging>=21.3;python_version>="3.6"',
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=62.1.0;python_version>="3.7"',
134+
'setuptools>=62.2.0;python_version>="3.7"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
@@ -140,11 +140,11 @@
140140
"attrs>=21.4.0",
141141
'PyYAML>=6.0;python_version>="3.6"',
142142
'traitlets>=4.3.3;python_version<"3.7"',
143-
'traitlets>=5.1.1;python_version>="3.7"',
143+
'traitlets>=5.2.0;python_version>="3.7"',
144144
"certifi>=2021.10.8",
145145
'filelock>=3.2.1;python_version<"3.6"',
146146
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
147-
'filelock>=3.6.0;python_version>="3.7"',
147+
'filelock>=3.7.0;python_version>="3.7"',
148148
'platformdirs>=2.0.2;python_version<"3.6"',
149149
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
150150
'platformdirs>=2.5.2;python_version>="3.7"',
@@ -172,10 +172,10 @@
172172
'pyopenssl==22.0.0;python_version>="3.7"',
173173
'wsproto==1.1.0;python_version>="3.7"',
174174
'selenium==3.141.0;python_version<"3.7"',
175-
'selenium==4.1.3;python_version>="3.7"',
175+
'selenium==4.1.5;python_version>="3.7"',
176176
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
177177
'more-itertools==5.0.0;python_version<"3.5"',
178-
'more-itertools==8.12.0;python_version>="3.5"',
178+
'more-itertools==8.13.0;python_version>="3.5"',
179179
"cssselect==1.1.0",
180180
"sortedcontainers==2.4.0",
181181
'fasteners==0.16;python_version<"3.5"',
@@ -206,6 +206,9 @@
206206
'pytest-xdist==2.5.0;python_version>="3.6"',
207207
"parameterized==0.8.1",
208208
"sbvirtualdisplay==1.1.0",
209+
"behave==1.2.6",
210+
"parse==1.19.0",
211+
"parse-type==0.6.0",
209212
'soupsieve==1.9.6;python_version<"3.5"',
210213
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"',
211214
'soupsieve==2.3.2.post1;python_version>="3.6"',
@@ -215,7 +218,7 @@
215218
'cryptography==2.9.2;python_version<"3.5"',
216219
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
217220
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
218-
'cryptography==37.0.1;python_version>="3.7"',
221+
'cryptography==37.0.2;python_version>="3.7"',
219222
'pygments==2.5.2;python_version<"3.5"',
220223
'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"',
221224
'pygments==2.12.0;python_version>="3.6"',
@@ -246,7 +249,7 @@
246249
'Pillow==9.1.0;python_version>="3.7"',
247250
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
248251
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
249-
'rich==12.3.0;python_version>="3.6" and python_version<"4.0"',
252+
'rich==12.4.1;python_version>="3.6" and python_version<"4.0"',
250253
'tornado==5.1.1;python_version<"3.5"',
251254
'tornado==6.1;python_version>="3.5"',
252255
'pdfminer.six==20191110;python_version<"3.5"',
@@ -260,7 +263,7 @@
260263
"coverage": [
261264
'coverage==5.5;python_version<"3.6"',
262265
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
263-
'coverage==6.3.2;python_version>="3.7"',
266+
'coverage==6.3.3;python_version>="3.7"',
264267
'pytest-cov==2.12.1;python_version<"3.6"',
265268
'pytest-cov==3.0.0;python_version>="3.6"',
266269
],

0 commit comments

Comments
 (0)