summaryrefslogtreecommitdiff
path: root/devel/py-devtools/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-devtools/files/patch-pyproject.toml')
-rw-r--r--devel/py-devtools/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-devtools/files/patch-pyproject.toml b/devel/py-devtools/files/patch-pyproject.toml
new file mode 100644
index 000000000000..f369bc7f982b
--- /dev/null
+++ b/devel/py-devtools/files/patch-pyproject.toml
@@ -0,0 +1,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]`