mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add package constraint anyio>=3.3.1 (#55997)
This commit is contained in:
parent
556dcf6abb
commit
dd9bfe7aa0
@ -76,3 +76,7 @@ pandas==1.3.0
|
||||
# https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
|
||||
# This is fixed in 2021.8.28
|
||||
regex==2021.8.28
|
||||
|
||||
# anyio has a bug that was fixed in 3.3.1
|
||||
# can remove after httpx/httpcore updates its anyio version pin
|
||||
anyio>=3.3.1
|
||||
|
@ -102,6 +102,10 @@ pandas==1.3.0
|
||||
# https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
|
||||
# This is fixed in 2021.8.28
|
||||
regex==2021.8.28
|
||||
|
||||
# anyio has a bug that was fixed in 3.3.1
|
||||
# can remove after httpx/httpcore updates its anyio version pin
|
||||
anyio>=3.3.1
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user