|
125 | 125 | install_requires=[
|
126 | 126 | 'pip>=20.3.4;python_version<"3.6"',
|
127 | 127 | '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"', |
129 | 129 | 'packaging>=20.9;python_version<"3.6"',
|
130 | 130 | 'packaging>=21.3;python_version>="3.6"',
|
131 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | '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"', |
135 | 135 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
136 | 136 | 'setuptools-scm>=6.4.2;python_version>="3.6"',
|
137 | 137 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
|
140 | 140 | "attrs>=21.4.0",
|
141 | 141 | 'PyYAML>=6.0;python_version>="3.6"',
|
142 | 142 | '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"', |
144 | 144 | "certifi>=2021.10.8",
|
145 | 145 | 'filelock>=3.2.1;python_version<"3.6"',
|
146 | 146 | '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"', |
148 | 148 | 'platformdirs>=2.0.2;python_version<"3.6"',
|
149 | 149 | 'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
|
150 | 150 | 'platformdirs>=2.5.2;python_version>="3.7"',
|
|
172 | 172 | 'pyopenssl==22.0.0;python_version>="3.7"',
|
173 | 173 | 'wsproto==1.1.0;python_version>="3.7"',
|
174 | 174 | '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"', |
176 | 176 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
177 | 177 | '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"', |
179 | 179 | "cssselect==1.1.0",
|
180 | 180 | "sortedcontainers==2.4.0",
|
181 | 181 | 'fasteners==0.16;python_version<"3.5"',
|
|
206 | 206 | 'pytest-xdist==2.5.0;python_version>="3.6"',
|
207 | 207 | "parameterized==0.8.1",
|
208 | 208 | "sbvirtualdisplay==1.1.0",
|
| 209 | + "behave==1.2.6", |
| 210 | + "parse==1.19.0", |
| 211 | + "parse-type==0.6.0", |
209 | 212 | 'soupsieve==1.9.6;python_version<"3.5"',
|
210 | 213 | 'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"',
|
211 | 214 | 'soupsieve==2.3.2.post1;python_version>="3.6"',
|
|
215 | 218 | 'cryptography==2.9.2;python_version<"3.5"',
|
216 | 219 | 'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
|
217 | 220 | '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"', |
219 | 222 | 'pygments==2.5.2;python_version<"3.5"',
|
220 | 223 | 'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"',
|
221 | 224 | 'pygments==2.12.0;python_version>="3.6"',
|
|
246 | 249 | 'Pillow==9.1.0;python_version>="3.7"',
|
247 | 250 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
|
248 | 251 | '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"', |
250 | 253 | 'tornado==5.1.1;python_version<"3.5"',
|
251 | 254 | 'tornado==6.1;python_version>="3.5"',
|
252 | 255 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
260 | 263 | "coverage": [
|
261 | 264 | 'coverage==5.5;python_version<"3.6"',
|
262 | 265 | '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"', |
264 | 267 | 'pytest-cov==2.12.1;python_version<"3.6"',
|
265 | 268 | 'pytest-cov==3.0.0;python_version>="3.6"',
|
266 | 269 | ],
|
|
0 commit comments