|
131 | 131 | ], |
132 | 132 | python_requires=">=3.7", |
133 | 133 | install_requires=[ |
134 | | - 'pip>=23.3', |
| 134 | + 'pip>=23.3.1', |
135 | 135 | 'packaging>=23.2', |
136 | 136 | 'setuptools>=68.0.0;python_version<"3.8"', |
137 | 137 | 'setuptools>=68.2.2;python_version>="3.8"', |
|
146 | 146 | "six==1.16.0", |
147 | 147 | "idna==3.4", |
148 | 148 | 'chardet==5.2.0', |
149 | | - 'charset-normalizer==3.3.0', |
| 149 | + 'charset-normalizer==3.3.1', |
150 | 150 | 'urllib3>=1.26.18,<2;python_version<"3.10"', |
151 | 151 | 'urllib3>=1.26.18,<2.1.0;python_version>="3.10"', |
152 | 152 | 'requests==2.31.0', |
153 | 153 | "pynose==1.4.8", |
154 | 154 | 'sniffio==1.3.0', |
155 | 155 | 'h11==0.14.0', |
156 | | - 'outcome==1.3.0', |
| 156 | + 'outcome==1.3.0.post0', |
157 | 157 | 'trio==0.22.2', |
158 | 158 | 'trio-websocket==0.11.1', |
159 | 159 | 'wsproto==1.2.0', |
|
167 | 167 | 'pluggy==1.2.0;python_version<"3.8"', |
168 | 168 | 'pluggy==1.3.0;python_version>="3.8"', |
169 | 169 | "py==1.11.0", |
170 | | - 'pytest==7.4.2', |
| 170 | + 'pytest==7.4.3', |
171 | 171 | "pytest-html==2.0.1", # Newer ones had issues |
172 | 172 | 'pytest-metadata==3.0.0', |
173 | 173 | "pytest-ordering==0.6", |
|
229 | 229 | "pdfminer": [ |
230 | 230 | 'pdfminer.six==20221105', |
231 | 231 | 'cryptography==39.0.2;python_version<"3.9"', |
232 | | - 'cryptography==41.0.4;python_version>="3.9"', |
| 232 | + 'cryptography==41.0.5;python_version>="3.9"', |
233 | 233 | 'cffi==1.15.1;python_version<"3.8"', |
234 | 234 | 'cffi==1.16.0;python_version>="3.8"', |
235 | 235 | "pycparser==2.21", |
|
0 commit comments