Bump parsimonious to 0.9.* (#8117)

This commit is contained in:
Shantanu
2022-06-20 21:38:52 -07:00
committed by GitHub
parent 6c63c323ae
commit a1323510f3
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
version = "0.8.*"
version = "0.9.*"

View File

@@ -47,6 +47,7 @@ class Regex(Expression):
dot_all: bool = ...,
unicode: bool = ...,
verbose: bool = ...,
ascii: bool = ...,
) -> None: ...
class Compound(Expression):