blob: f369bc7f982b5f755629b1b6980ecdb3f73253af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
requires-python = '>=3.7'
dependencies = [
'executing>=1.1.1',
- 'asttokens>=2.0.0,<3.0.0',
+ 'asttokens>=2.0.0,<4.0.0',
'Pygments>=2.15.0',
]
# keep this meaningless group around to avoid breaking installs using `pip install devtools[pygments]`
|