Pin platformdirs to resolve dependency conflict (#87589)

This commit is contained in:
Marc Mueller 2023-02-07 01:58:00 +01:00 committed by GitHub
parent f378dcdc30
commit e348c25e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -28,7 +28,7 @@ on:
type: boolean
env:
CACHE_VERSION: 4
CACHE_VERSION: 5
PIP_CACHE_VERSION: 4
MYPY_CACHE_VERSION: 3
HA_SHORT_VERSION: 2023.3

View file

@ -145,3 +145,7 @@ 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,6 +153,10 @@ 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 = (