Skip to content

Commit

Permalink
Bump wrapt to 1.14 (#1745)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
DanielNoord and Pierre-Sassoulas committed Aug 23, 2022
1 parent bf51f77 commit 93a397a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Release date: TBA

Closes #1737

* Bumped minimum requirement of ``wrapt`` to 1.14 on Python 3.11.


What's New in astroid 2.12.2?
=============================
Release date: 2022-07-12
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ classifiers = [
requires-python = ">=3.7.2"
dependencies = [
"lazy_object_proxy>=1.4.0",
"wrapt>=1.11,<2",
"wrapt>=1.14,<2;python_version>='3.11'",
"wrapt>=1.11,<2;python_version<'3.11'",
"typed-ast>=1.4.0,<2.0;implementation_name=='cpython' and python_version<'3.8'",
"typing-extensions>=3.10;python_version<'3.10'",
]
Expand Down

0 comments on commit 93a397a

Please sign in to comment.