|
123 | 123 | python_requires=">=3.6", |
124 | 124 | install_requires=[ |
125 | 125 | 'pip>=21.3.1;python_version<"3.7"', |
126 | | - 'pip>=23.0.1;python_version>="3.7"', |
| 126 | + 'pip>=23.1;python_version>="3.7"', |
127 | 127 | 'packaging>=21.3;python_version<"3.7"', |
128 | | - 'packaging>=23.0;python_version>="3.7"', |
| 128 | + 'packaging>=23.1;python_version>="3.7"', |
129 | 129 | 'setuptools>=59.6.0;python_version<"3.7"', |
130 | 130 | 'setuptools>=67.6.1;python_version>="3.7"', |
131 | 131 | 'keyring>=23.4.1;python_version<"3.8"', |
|
183 | 183 | "pluggy==1.0.0", |
184 | 184 | "py==1.11.0", |
185 | 185 | 'pytest==7.0.1;python_version<"3.7"', |
186 | | - 'pytest==7.3.0;python_version>="3.7"', |
| 186 | + 'pytest==7.3.1;python_version>="3.7"', |
187 | 187 | 'pytest-forked==1.4.0;python_version<"3.7"', |
188 | 188 | 'pytest-forked==1.6.0;python_version>="3.7"', |
189 | 189 | "pytest-html==2.0.1", # Newer ones had issues |
|
202 | 202 | 'soupsieve==2.4;python_version>="3.7"', |
203 | 203 | "beautifulsoup4==4.12.2", |
204 | 204 | 'cryptography==36.0.2;python_version<"3.7"', |
205 | | - 'cryptography==40.0.1;python_version>="3.7"', |
| 205 | + 'cryptography==40.0.2;python_version>="3.7"', |
206 | 206 | 'pygments==2.14.0;python_version<"3.7"', |
207 | 207 | 'pygments==2.15.0;python_version>="3.7"', |
208 | 208 | 'pyreadline3==3.4.1;platform_system=="Windows"', |
|
223 | 223 | 'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich" |
224 | 224 | 'mdurl==0.1.2;python_version>="3.7"', # For new "rich" |
225 | 225 | 'rich==12.6.0;python_version<"3.7"', |
226 | | - 'rich==13.3.3;python_version>="3.7"', |
| 226 | + 'rich==13.3.4;python_version>="3.7"', |
227 | 227 | ], |
228 | 228 | extras_require={ |
229 | 229 | # pip install -e .[allure] |
|
0 commit comments