Skip to content

Commit e346d42

Browse files
Bump max pin on wrapt (#1465)
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 6d81868 commit e346d42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Release date: TBA
3232

3333
Closes PyCQA/pylint#5871
3434

35+
* Only pin ``wrapt`` on the major version.
36+
3537

3638
What's New in astroid 2.10.1?
3739
=============================

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ project_urls =
3737
packages = find:
3838
install_requires =
3939
lazy_object_proxy>=1.4.0
40-
wrapt>=1.11,<1.14
40+
wrapt>=1.11,<2
4141
setuptools>=20.0
4242
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
4343
typing-extensions>=3.10;python_version<"3.10"

0 commit comments

Comments
 (0)