|
108 | 108 | 'setuptools>=50.3.2;python_version>="3.5"',
|
109 | 109 | 'setuptools-scm',
|
110 | 110 | 'wheel>=0.35.1',
|
| 111 | + 'attrs>=20.3.0', |
| 112 | + 'certifi>=2020.11.8', |
111 | 113 | 'six',
|
112 | 114 | 'nose',
|
113 | 115 | 'ipdb',
|
114 | 116 | 'parso==0.7.1', # The last version for Python 2 and 3.5
|
115 | 117 | 'jedi==0.17.2', # The last version for Python 2 and 3.5
|
116 | 118 | 'idna==2.10', # Must stay in sync with "requests"
|
117 | 119 | 'chardet==3.0.4', # Must stay in sync with "requests"
|
118 |
| - 'urllib3==1.25.11', # Must stay in sync with "requests" |
119 |
| - 'requests==2.24.0', |
| 120 | + 'urllib3==1.26.1', # Must stay in sync with "requests" |
| 121 | + 'requests==2.25.0', |
120 | 122 | 'selenium==3.141.0',
|
121 | 123 | 'msedge-selenium-tools==3.141.2',
|
122 | 124 | 'more-itertools==5.0.0;python_version<"3.5"',
|
123 | 125 | 'more-itertools==8.6.0;python_version>="3.5"',
|
124 | 126 | 'cssselect==1.1.0',
|
125 | 127 | 'pluggy==0.13.1',
|
126 |
| - 'attrs>=20.2.0', |
127 | 128 | 'py==1.8.1;python_version<"3.5"',
|
128 | 129 | 'py==1.9.0;python_version>="3.5"',
|
129 | 130 | 'pytest==4.6.11;python_version<"3.5"',
|
|
166 | 167 | 'pyotp==2.4.1',
|
167 | 168 | 'boto==2.49.0',
|
168 | 169 | 'cffi==1.14.3',
|
169 |
| - 'rich==9.1.0;python_version>="3.6" and python_version<"4.0"', |
| 170 | + 'toml==0.10.2', |
| 171 | + 'rich==9.2.0;python_version>="3.6" and python_version<"4.0"', |
170 | 172 | 'zipp==1.2.0;python_version<"3.6"',
|
171 | 173 | 'zipp==3.4.0;python_version>="3.6"',
|
172 | 174 | 'flake8==3.7.9;python_version<"3.5"',
|
|
175 | 177 | 'pyflakes==2.2.0;python_version>="3.5"',
|
176 | 178 | 'tornado==5.1.1;python_version<"3.5"',
|
177 | 179 | 'tornado==6.1;python_version>="3.5"',
|
178 |
| - 'certifi>=2020.6.20', |
179 | 180 | 'allure-pytest==2.8.19',
|
180 | 181 | 'pdfminer.six==20191110;python_version<"3.5"',
|
181 | 182 | 'pdfminer.six==20201018;python_version>="3.5"',
|
|
0 commit comments