Skip to content

Commit 42cd3a8

Browse files
committed
Allow executing dependency to be >1.0.0
1 parent 5efff5f commit 42cd3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
requires-python = '>=3.7'
3636
dependencies = [
37-
'executing>=0.9.1,<1.0.0',
37+
'executing>=0.9.1,<2.0.0',
3838
'asttokens>=2.0.0,<3.0.0',
3939
]
4040
optional-dependencies = {pygments = ['Pygments>=2.2.0'] }

0 commit comments

Comments
 (0)