Skip to content

Commit

Permalink
Allow wrapt 1.13 (#1203)
Browse files Browse the repository at this point in the history
* Allow wrapt 1.13

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
michael-k and Pierre-Sassoulas committed Oct 7, 2021
1 parent 0a5a77a commit fd510e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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"
Expand Down

0 comments on commit fd510e0

Please sign in to comment.