|
132 | 132 | 'keyring>=23.13.1;python_version>="3.8"', |
133 | 133 | 'tomli>=1.2.3;python_version<"3.7"', |
134 | 134 | 'tomli>=2.0.1;python_version>="3.7"', |
135 | | - "tqdm>=4.64.1", |
| 135 | + 'tqdm>=4.64.1;python_version<"3.7"', |
| 136 | + 'tqdm>=4.65.0;python_version>="3.7"', |
136 | 137 | 'wheel>=0.37.1;python_version<"3.7"', |
137 | 138 | 'wheel>=0.38.4;python_version>="3.7"', |
138 | 139 | 'attrs==22.1.0;python_version<"3.7"', |
|
142 | 143 | 'filelock>=3.4.1;python_version<"3.7"', |
143 | 144 | 'filelock>=3.9.0;python_version>="3.7"', |
144 | 145 | 'platformdirs>=2.4.0;python_version<"3.7"', |
145 | | - 'platformdirs>=3.0.0;python_version>="3.7"', |
| 146 | + 'platformdirs>=3.1.0;python_version>="3.7"', |
146 | 147 | 'pyparsing>=3.0.7;python_version<"3.7"', |
147 | 148 | 'zipp==3.6.0;python_version<"3.7"', |
148 | 149 | 'zipp>=3.15.0;python_version>="3.7"', |
|
159 | 160 | 'requests==2.27.1;python_version<"3.7"', |
160 | 161 | 'requests==2.28.2;python_version>="3.7"', |
161 | 162 | 'requests-toolbelt==0.10.1', |
162 | | - "pynose==1.4.1", |
| 163 | + "pynose==1.4.2", |
163 | 164 | 'sniffio==1.3.0;python_version>="3.7"', |
164 | 165 | 'h11==0.14.0;python_version>="3.7"', |
165 | 166 | 'outcome==1.2.0;python_version>="3.7"', |
|
182 | 183 | "pluggy==1.0.0", |
183 | 184 | "py==1.11.0", |
184 | 185 | 'pytest==7.0.1;python_version<"3.7"', |
185 | | - 'pytest==7.2.1;python_version>="3.7"', |
| 186 | + 'pytest==7.2.2;python_version>="3.7"', |
186 | 187 | 'pytest-forked==1.4.0;python_version<"3.7"', |
187 | 188 | 'pytest-forked==1.6.0;python_version>="3.7"', |
188 | 189 | "pytest-html==2.0.1", # Newer ones had issues |
|
200 | 201 | 'soupsieve==2.4;python_version>="3.7"', |
201 | 202 | "beautifulsoup4==4.11.2", |
202 | 203 | 'cryptography==36.0.2;python_version<"3.7"', |
203 | | - 'cryptography==39.0.1;python_version>="3.7"', |
| 204 | + 'cryptography==39.0.2;python_version>="3.7"', |
204 | 205 | "pygments==2.14.0", |
205 | 206 | 'pyreadline3==3.4.1;platform_system=="Windows"', |
206 | 207 | "tabcompleter==1.1.0", |
|
0 commit comments