|
119 | 119 | "typing-extensions>=3.10.0.0",
|
120 | 120 | 'setuptools>=44.1.1;python_version<"3.5"',
|
121 | 121 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
122 |
| - 'setuptools>=56.0.0;python_version>="3.6"', |
| 122 | + 'setuptools>=56.1.0;python_version>="3.6"', |
123 | 123 | 'setuptools-scm==5.0.2;python_version<"3.6"',
|
124 | 124 | 'setuptools-scm>=6.0.1;python_version>="3.6"',
|
125 | 125 | "wheel>=0.36.2",
|
126 | 126 | "attrs>=20.3.0",
|
127 | 127 | 'PyYAML>=5.4.1;python_version>="3.6"',
|
128 | 128 | "certifi>=2020.12.5",
|
129 |
| - "six==1.15.0", |
| 129 | + "six==1.16.0", |
130 | 130 | "nose==1.3.7",
|
131 | 131 | 'ipdb==0.13.4;python_version<"3.6"',
|
132 | 132 | 'ipdb==0.13.7;python_version>="3.6"',
|
|
151 | 151 | 'py==1.10.0;python_version>="3.5"',
|
152 | 152 | 'pytest==4.6.11;python_version<"3.5"',
|
153 | 153 | 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
|
154 |
| - 'pytest==6.2.3;python_version>="3.6"', |
| 154 | + 'pytest==6.2.4;python_version>="3.6"', |
155 | 155 | "pytest-forked==1.3.0",
|
156 | 156 | 'pytest-html==1.22.1;python_version<"3.6"',
|
157 | 157 | 'pytest-html==2.0.1;python_version>="3.6"',
|
|
182 | 182 | 'ipython==5.10.0;python_version<"3.5"',
|
183 | 183 | 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
|
184 | 184 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
185 |
| - 'ipython==7.23.0;python_version>="3.7"', |
| 185 | + 'ipython==7.23.1;python_version>="3.7"', |
186 | 186 | 'matplotlib-inline==0.1.2;python_version>="3.7"',
|
187 | 187 | "colorama==0.4.4",
|
188 | 188 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
189 | 189 | 'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
|
190 |
| - "virtualenv>=20.4.4", # Sync with importlib-metadata and pathlib2 |
| 190 | + "virtualenv>=20.4.6", # Sync with importlib-metadata and pathlib2 |
191 | 191 | 'pymysql==0.10.1;python_version<"3.6"',
|
192 | 192 | 'pymysql==1.0.2;python_version>="3.6"',
|
193 | 193 | "pyotp==2.6.0",
|
|
0 commit comments