chore(deps): update minor and patch #455
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==6.0.1
->==6.0.2
3.19
->3.20
3.19
->3.20
3.12.3
->3.20.3
3.12.3
->3.20.3
3.18
->3.20
3.14.4
->3.16.2
==2.5.6
->==2.15.8
==1.32.16
->==1.35.23
1.29.7
->1.31.2
2.53.1
->2.55.1
==1.17.58
->==1.35.57
==1.34.16
->==1.35.57
==1.20.58
->==1.35.57
==5.1.0
->==5.2.0
==0.4.4
->==0.4.6
==0.4.3
->==0.4.6
27.1.2
->27.3.1
23.0.1
->23.0.6
27.0.3
->27.3.1
1.27.4
->1.29.2
==0.16
->==0.21.2
==0.17.1
->==0.21.2
==0.15.2
->==0.21.2
==0.16.1
->==0.19.0
1.19.9-alpine
->1.23.3-alpine
1.21.13-alpine
->1.23.3-alpine
v1.44.0-alpine
->v1.62.0-alpine
2.12.0
->2.14.1
2.13.0
->2.14.1
v3.11.6-slim
->v3.11.7-slim
v3.8.0-slim
->v3.11.7-slim
v3.10.0-slim
->v3.11.7-slim
1.6.6
->1.11.2
1.7.10
->1.11.2
1.6.6
->1.9.8
1.0.0
->1.9.8
1.9.2
->1.9.8
1.1.5
->1.9.8
1.17.2
->1.18.1
==5.8.0
->==5.13.2
v3.8.0
->v3.10.2
v1.20.1
->v1.25.4
v1.21.9
->v1.25.4
==1.6.0
->==1.10.0
==0.6.1
->==0.7.0
4.9.6
->4.44.3
4.31.2
->4.44.3
4.18.1
->4.44.3
18.12.1-alpine
->18.20.4-alpine
18.12.1-alpine
->18.20.4-alpine
==0.9.0
->==0.10.0
v0.21.0
->v0.27.0
v0.24.0
->v0.27.0
v0.23.0
->v0.27.0
v2.53.2
->v2.55.1
v2.23.0
->v2.55.1
v2.41.0
->v2.55.1
v2.33.1
->v2.55.1
==0.10.1
->==0.21.0
==0.5.1
->==0.6.1
==0.4.8
->==0.6.1
==2.8.2
->==2.17.7
==2.8.2
->==2.9.0.post0
==2.8.1
->==2.9.0.post0
==3.2.0
->==3.3.0
==4.7.2
->==4.9
==0.10.0
->==0.10.3
==0.4.2
->==0.10.3
==1.15.0
->==1.16.0
1.10.11
->1.13.3
1.7.3
->1.13.3
1.9.3
->1.13.3
==1.12.1
->==1.16.0
==1.33.0
->==1.35.1
==1.26.1
->==1.35.1
Release Notes
yaml/pyyaml (PyYAML)
v6.0.2
Compare Source
What's Changed
Full Changelog: yaml/pyyaml@6.0.1...6.0.2
pylint-dev/astroid (astroid)
v2.15.8
Compare Source
=============================
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
v2.15.7
Compare Source
=============================
Release date: 2023-09-23
Fix a crash when inferring a
typing.TypeVar
call.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_cache
decorators withoutparentheses.
Closes pylint-dev/pylint#8868
Make
sys.argv
uninferable because it never is. (It's impossible to inferthe value it will have outside of static analysis where it's our own value.)
Refs pylint-dev/pylint#7710
v2.15.6
Compare Source
=============================
Release date: 2023-07-08
Harden
get_module_part()
against"."
.Closes pylint-dev/pylint#8749
Allow
AsStringVisitor
to visitobjects.PartialFunction
.Closes pylint-dev/pylint#8881
Avoid expensive list/tuple multiplication operations that would result in
MemoryError
.Closes pylint-dev/pylint#8748
Fix a regression in 2.12.0 where settings in AstroidManager would be ignored.
Most notably this addresses pylint-dev/pylint#7433.
Refs #2204
v2.15.5
Compare Source
=============================
Release date: 2023-05-14
Handle
objects.Super
inhelpers.object_type()
.Refs pylint-dev/pylint#8554
Recognize stub
pyi
Python files.Refs pylint-dev/pylint#4987
v2.15.4
Compare Source
=============================
Release date: 2023-04-24
Add visitor function for
TryStar
toAsStringVisitor
andadd
TryStar
toastroid.nodes.ALL_NODE_CLASSES
.Refs #2142
v2.15.3
Compare Source
=============================
Release date: 2023-04-16
infer_call_result()
crash on methods called `wConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.