mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Pin regex to 2021.8.28 (#55368)
This commit is contained in:
parent
d1965eef8b
commit
2fcd77098d
@ -72,3 +72,8 @@ uuid==1000000000.0.0
|
|||||||
# Temporary constraint on pandas, to unblock 2021.7 releases
|
# Temporary constraint on pandas, to unblock 2021.7 releases
|
||||||
# until we have fixed the wheels builds for newer versions.
|
# until we have fixed the wheels builds for newer versions.
|
||||||
pandas==1.3.0
|
pandas==1.3.0
|
||||||
|
|
||||||
|
# regex causes segfault with version 2021.8.27
|
||||||
|
# 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
|
||||||
|
@ -93,6 +93,11 @@ uuid==1000000000.0.0
|
|||||||
# Temporary constraint on pandas, to unblock 2021.7 releases
|
# Temporary constraint on pandas, to unblock 2021.7 releases
|
||||||
# until we have fixed the wheels builds for newer versions.
|
# until we have fixed the wheels builds for newer versions.
|
||||||
pandas==1.3.0
|
pandas==1.3.0
|
||||||
|
|
||||||
|
# regex causes segfault with version 2021.8.27
|
||||||
|
# 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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user