summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael K <michael-k@users.noreply.github.com>2021-10-07 11:52:31 +0000
committerGitHub <noreply@github.com>2021-10-07 13:52:31 +0200
commitfd510e08c2ee862cd284861e02b9bcc9a7fd9809 (patch)
treecd4f9403054852476707b16f77a272a65ed0ed49 /setup.cfg
parent0a5a77a1a3d45bf79b952e4021591f9ec5648e1f (diff)
downloadastroid-git-fd510e08c2ee862cd284861e02b9bcc9a7fd9809.tar.gz
Allow wrapt 1.13 (#1203)
* Allow wrapt 1.13 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ce4bed50..ce1a3692 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ project_urls =
packages = find:
install_requires =
lazy_object_proxy>=1.4.0
- wrapt>=1.11,<1.13
+ wrapt>=1.11,<1.14
setuptools>=20.0
typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"