Skip to content

Commit

Permalink
Force regex to be at least 2022 for typing parameter (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Sep 7, 2023
1 parent e9cc779 commit b0d46fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version(filename):
'jschema_to_python~=1.2.3',
'sarif-om~=1.0.4',
'sympy>=1.0.0',
'regex',
'regex>=2021.7.1',
],
python_requires='>=3.7, <=4.0, !=4.0',
entry_points={
Expand Down

0 comments on commit b0d46fd

Please sign in to comment.