Skip to content

Commit

Permalink
Lock regex package to >=2020.6.8,<2020.10.22
Browse files Browse the repository at this point in the history
-autopull
  • Loading branch information
makyen committed Oct 23, 2020
1 parent 8fbeb9b commit 4de57d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Expand Up @@ -10,7 +10,11 @@ pytest>=4.1.0
phonenumbers>=8.8.11
flake8~=3.8.0
pep8-naming==0.7.0
regex>=2020.6.8
#regex: as of version 2020.10.22 explicitly compiled patterns are not cached.
# Prior to using >= 2020.10.22, the impact needs investigation and probably
# substantial rewrites in all affcted code.
# A bit more information: https://bitbucket.org/mrabarnett/mrab-regex/issues/387/compilaton-flag-to-avoid-storing-compiled
regex>=2020.6.8,<2020.10.22
termcolor>=1.1.0
sh>=1.12.14
typing>=3.6.4
Expand Down

0 comments on commit 4de57d1

Please sign in to comment.