Adjust urllib3 constraint (#145485)

* Remove urllib3 upper bound constraint

* Disable neato

* Disable neato tests

* Simplify test ignore

* Add to PACKAGE_CHECK_VERSION_RANGE

* Adjust

* Adjust

* Force 2.0
This commit is contained in:
epenet
2025-06-11 15:11:58 +02:00
committed by GitHub
parent 42377ff7ac
commit acf31f609a
4 changed files with 4 additions and 6 deletions

View File

@ -38,6 +38,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
"pytz": "CalVer",
"requests": "SemVer",
"typing_extensions": "SemVer",
"urllib3": "SemVer",
"yarl": "SemVer",
}
PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {