summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 04cb0f23..55e6d9c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,8 @@ Release date: TBA
Closes PyCQA/pylint#5871
+* Only pin ``wrapt`` on the major version.
+
What's New in astroid 2.10.1?
=============================
diff --git a/setup.cfg b/setup.cfg
index 2724b33c..13b46b62 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.14
+ wrapt>=1.11,<2
setuptools>=20.0
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"