Pin platformdirs to resolve dependency conflict (#87589)
This commit is contained in:
parent
f378dcdc30
commit
e348c25e18
3 changed files with 9 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Reference in a new issue