|
102 | 102 | ],
|
103 | 103 | python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
|
104 | 104 | install_requires=[
|
105 |
| - 'pip>=20.2.3', |
| 105 | + 'pip>=20.2.4', |
106 | 106 | 'packaging>=20.4',
|
107 | 107 | 'setuptools>=44.1.1;python_version<"3.5"',
|
108 |
| - 'setuptools>=50.3.0;python_version>="3.5"', |
| 108 | + 'setuptools>=50.3.2;python_version>="3.5"', |
109 | 109 | 'setuptools-scm',
|
110 | 110 | 'wheel>=0.35.1',
|
111 | 111 | 'six',
|
|
115 | 115 | 'jedi==0.17.2', # The last version for Python 2 and 3.5
|
116 | 116 | 'idna==2.10', # Must stay in sync with "requests"
|
117 | 117 | 'chardet==3.0.4', # Must stay in sync with "requests"
|
118 |
| - 'urllib3==1.25.10', # Must stay in sync with "requests" |
| 118 | + 'urllib3==1.25.11', # Must stay in sync with "requests" |
119 | 119 | 'requests==2.24.0',
|
120 | 120 | 'selenium==3.141.0',
|
121 | 121 | 'msedge-selenium-tools==3.141.2',
|
|
149 | 149 | 'pygments==2.5.2;python_version<"3.5"',
|
150 | 150 | 'pygments==2.7.1;python_version>="3.5"',
|
151 | 151 | 'traitlets==4.3.3;python_version<"3.7"',
|
152 |
| - 'traitlets==5.0.4;python_version>="3.7"', |
| 152 | + 'traitlets==5.0.5;python_version>="3.7"', |
153 | 153 | 'ipython==5.10.0;python_version<"3.5"',
|
154 | 154 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
155 | 155 | 'prompt-toolkit==3.0.8;python_version>="3.6"',
|
|
159 | 159 | 'colorama==0.4.4',
|
160 | 160 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
161 | 161 | 'importlib-metadata==2.0.0', # Sync with "virtualenv"
|
162 |
| - 'virtualenv>=20.0.34', # Sync with importlib-metadata and pathlib2 |
| 162 | + 'virtualenv>=20.0.35', # Sync with importlib-metadata and pathlib2 |
163 | 163 | 'pymysql==0.10.1',
|
164 | 164 | 'coverage==5.3',
|
165 | 165 | 'brython==3.9.0',
|
166 |
| - 'pyotp==2.4.0', |
| 166 | + 'pyotp==2.4.1', |
167 | 167 | 'boto==2.49.0',
|
168 | 168 | 'cffi==1.14.3',
|
169 | 169 | 'zipp==1.2.0;python_version<"3.6"',
|
170 |
| - 'zipp==3.3.0;python_version>="3.6"', |
171 |
| - 'rich==8.0.0;python_version>="3.6" and python_version<"4.0"', |
| 170 | + 'zipp==3.3.1;python_version>="3.6"', |
| 171 | + 'rich==9.0.1;python_version>="3.6" and python_version<"4.0"', |
172 | 172 | 'flake8==3.7.9;python_version<"3.5"',
|
173 | 173 | 'flake8==3.8.4;python_version>="3.5"',
|
174 | 174 | 'pyflakes==2.1.1;python_version<"3.5"',
|
175 | 175 | 'pyflakes==2.2.0;python_version>="3.5"',
|
176 | 176 | 'certifi>=2020.6.20',
|
177 | 177 | 'allure-pytest==2.8.18',
|
178 | 178 | 'pdfminer.six==20191110;python_version<"3.5"',
|
179 |
| - 'pdfminer.six==20200726;python_version>="3.5"', |
| 179 | + 'pdfminer.six==20201018;python_version>="3.5"', |
180 | 180 | ],
|
181 | 181 | packages=[
|
182 | 182 | 'seleniumbase',
|
|
0 commit comments