Skip to content

Commit b0d46fd

Browse files
authored
Force regex to be at least 2022 for typing parameter (#2867)
1 parent e9cc779 commit b0d46fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version(filename):
5252
'jschema_to_python~=1.2.3',
5353
'sarif-om~=1.0.4',
5454
'sympy>=1.0.0',
55-
'regex',
55+
'regex>=2021.7.1',
5656
],
5757
python_requires='>=3.7, <=4.0, !=4.0',
5858
entry_points={

0 commit comments

Comments
 (0)