Remove platformdirs constraint (#87735)

This commit is contained in:
Marc Mueller 2023-02-08 22:32:03 +01:00 committed by GitHub
parent e1830128cc
commit 18a3fe1237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -145,7 +145,3 @@ matplotlib==3.6.1
# pyOpenSSL 23.0.0 or later required to avoid import errors when
# cryptography 39.0.0 is installed with botocore
pyOpenSSL>=23.0.0
# virtualenv 20.18 only compatible with <3
# https://github.com/pypa/virtualenv/issues/2499
platformdirs<3

View File

@ -153,10 +153,6 @@ matplotlib==3.6.1
# pyOpenSSL 23.0.0 or later required to avoid import errors when
# cryptography 39.0.0 is installed with botocore
pyOpenSSL>=23.0.0
# virtualenv 20.18 only compatible with <3
# https://github.com/pypa/virtualenv/issues/2499
platformdirs<3
"""
IGNORE_PRE_COMMIT_HOOK_ID = (