python-hooks
python-hooks copied to clipboard
:arrow_up: bump astroid from 2.15.6 to 2.15.8
Bumps astroid from 2.15.6 to 2.15.8.
Changelog
Sourced from astroid's changelog.
What's New in astroid 2.15.8?
Release date: 2023-09-26
Fix a regression in 2.15.7 for
unsubscriptable-object.Closes #2305 Closes pylint-dev/pylint#9069
Fix a regression in 2.15.7 for
unsubscriptable-object.Closes #2305 Closes pylint-dev/pylint#9069
What's New in astroid 2.15.7?
Release date: 2023-09-23
Fix a crash when inferring a
typing.TypeVarcall.Closes pylint-dev/pylint#8802
Infer user-defined enum classes by checking if the class is a subtype of
enum.Enum.Closes pylint-dev/pylint#8897
Fix inference of functions with
@functools.lru_cachedecorators without parentheses.Closes pylint-dev/pylint#8868
Make
sys.argvuninferable because it never is. (It's impossible to infer the value it will have outside of static analysis where it's our own value.)
Commits
c633af2Bump astroid to 2.15.8, update changelog584b1fdFalse positiveunsubscriptable-object(#2307) (#2309)29b42e5Bump astroid to 2.15.7, update changelog1f62bebInfer user-defined enum classes by checking if the class is a subtype of ``en...0e0dd9c[Backport maintenance/2.15.x] Makesys.argvuninferable because it never is...5cfbcbf[Backport maintenance/2.15.x] Fix inference involving@functools.lru_cache...28ef038[Backport maintenance/2.15.x] Fix a crash when inferring atyping.TypeVarc...- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)