|
83 | 83 |
|
84 | 84 | maintainer="Michael Mintz",
|
85 | 85 | license="MIT",
|
| 86 | + keywords="pytest automation selenium browser testing webdriver sbase", |
86 | 87 | classifiers=[
|
87 | 88 | "Development Status :: 5 - Production/Stable",
|
88 | 89 | "Environment :: Console",
|
|
125 | 126 | 'setuptools>=44.1.1;python_version<"3.5"',
|
126 | 127 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
127 | 128 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
128 |
| - 'setuptools>=60.2.0;python_version>="3.7"', |
| 129 | + 'setuptools>=60.3.1;python_version>="3.7"', |
129 | 130 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
130 | 131 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
131 | 132 | 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
|
|
148 | 149 | 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
|
149 | 150 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
150 | 151 | 'charset-normalizer==2.0.10;python_version>="3.5"', # Sync "requests"
|
151 |
| - "urllib3==1.26.7", # Must stay in sync with "requests" |
| 152 | + "urllib3==1.26.8", # Must stay in sync with "requests" |
152 | 153 | 'requests==2.27.0;python_version<"3.5"',
|
153 | 154 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
154 | 155 | 'requests==2.27.1;python_version>="3.6"',
|
|
203 | 204 | 'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
|
204 | 205 | 'cryptography==36.0.1;python_version>="3.7"',
|
205 | 206 | 'pygments==2.5.2;python_version<"3.5"',
|
206 |
| - 'pygments==2.11.1;python_version>="3.5"', |
| 207 | + 'pygments==2.11.2;python_version>="3.5"', |
207 | 208 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
208 | 209 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
209 | 210 | 'prompt-toolkit==3.0.24;python_version>="3.6.2"',
|
210 | 211 | 'decorator==4.4.2;python_version<"3.5"',
|
211 |
| - 'decorator==5.1.0;python_version>="3.5"', |
| 212 | + 'decorator==5.1.1;python_version>="3.5"', |
212 | 213 | 'ipython==5.10.0;python_version<"3.5"',
|
213 | 214 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
214 | 215 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
|
0 commit comments