|
126 | 126 | "attrs>=21.2.0",
|
127 | 127 | 'PyYAML>=5.4.1;python_version>="3.6"',
|
128 | 128 | "sortedcontainers==2.4.0",
|
129 |
| - "certifi>=2020.12.5", |
| 129 | + "certifi>=2021.5.30", |
130 | 130 | "six==1.16.0",
|
131 | 131 | "nose==1.3.7",
|
132 | 132 | 'ipdb==0.13.4;python_version<"3.6"',
|
133 |
| - 'ipdb==0.13.7;python_version>="3.6"', |
| 133 | + 'ipdb==0.13.9;python_version>="3.6"', |
134 | 134 | 'parso==0.7.1;python_version<"3.6"',
|
135 | 135 | 'parso==0.8.2;python_version>="3.6"',
|
136 | 136 | 'jedi==0.17.2;python_version<"3.6"',
|
137 | 137 | 'jedi==0.18.0;python_version>="3.6"',
|
138 | 138 | "idna==2.10", # Must stay in sync with "requests"
|
139 | 139 | 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
|
140 | 140 | 'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests"
|
141 |
| - "urllib3==1.26.4", # Must stay in sync with "requests" |
| 141 | + "urllib3==1.26.5", # Must stay in sync with "requests" |
142 | 142 | "requests==2.25.1",
|
143 | 143 | "selenium==3.141.0",
|
144 | 144 | "msedge-selenium-tools==3.141.3",
|
145 | 145 | 'more-itertools==5.0.0;python_version<"3.5"',
|
146 | 146 | 'more-itertools==8.8.0;python_version>="3.5"',
|
147 | 147 | "cssselect==1.1.0",
|
148 | 148 | "filelock==3.0.12",
|
149 |
| - "fasteners==0.16", |
| 149 | + "fasteners==0.16.1", |
150 | 150 | "pluggy==0.13.1",
|
151 | 151 | 'py==1.8.1;python_version<"3.5"',
|
152 | 152 | 'py==1.10.0;python_version>="3.5"',
|
|
160 | 160 | 'pytest-metadata==1.11.0;python_version>="3.6"',
|
161 | 161 | "pytest-ordering==0.6",
|
162 | 162 | 'pytest-rerunfailures==8.0;python_version<"3.5"',
|
163 |
| - 'pytest-rerunfailures==9.1.1;python_version>="3.5"', |
| 163 | + 'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501 |
| 164 | + 'pytest-rerunfailures==10.0;python_version>="3.6"', |
164 | 165 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
165 | 166 | 'pytest-xdist==2.2.1;python_version>="3.5"',
|
166 | 167 | "parameterized==0.8.1",
|
|
184 | 185 | 'ipython==5.10.0;python_version<"3.5"',
|
185 | 186 | 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
|
186 | 187 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
187 |
| - 'ipython==7.23.1;python_version>="3.7"', |
| 188 | + 'ipython==7.24.1;python_version>="3.7"', |
188 | 189 | 'matplotlib-inline==0.1.2;python_version>="3.7"',
|
189 | 190 | "colorama==0.4.4",
|
190 | 191 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
|
209 | 210 | # pip install -e .[coverage]
|
210 | 211 | "coverage": [
|
211 | 212 | "coverage==5.5",
|
212 |
| - "pytest-cov==2.12.0", |
| 213 | + "pytest-cov==2.12.1", |
213 | 214 | ],
|
214 | 215 | # pip install -e .[flake]
|
215 | 216 | "flake": [
|
|
0 commit comments