summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f84dc37..3c94abeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ What's New in astroid 2.8.3?
============================
Release date: TBA
+* Add support for wrapt 1.13
What's New in astroid 2.8.2?
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"