Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infra: bump the pylint-and-astroid group across 1 directory with 2 updates #5900

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the pylint-and-astroid group with 2 updates in the /dockerfile directory: pylint and astroid.

Updates pylint from 3.2.6 to 3.3.0

Commits
  • 6350dfa Bump pylint to 3.3.0, update changelog
  • 78f3dfa Bump astroid to 3.3.3 (#9939)
  • b28c1f6 Add check for unnecessary-default-type-args (#9938)
  • bd97b93 [doc framework] Assert that the good and bad example exists in the doc (#9936)
  • 7aa4436 Fix duplicate workflow step ids (#9934)
  • 0950916 [pre-commit] Add codespell, and fix some existing typos (#9912)
  • 3b4a7f9 Add details.rst for c-extension-no-member (#9933)
  • 7d60c27 Explicitly save cache in primer jobs
  • 67acc96 Add additional stdlib deprecations (mostly 3.13) (#9853)
  • 0adf671 Remove old-style classes code, remove check for new-style class (#9925)
  • Additional commits viewable in compare view

Updates astroid from 3.2.4 to 3.3.4

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.3.4?

Release date: 2024-09-23

What's New in astroid 3.3.3?

Release date: 2024-09-20

  • Fix inference regression with property setters.

    Closes pylint-dev/pylint#9811

  • Add annotation-only instance attributes to attrs classes to fix no-member false positives.

    Closes #2514

What's New in astroid 3.3.2?

Release date: 2024-08-11

  • Restore support for soft-deprecated members of the typing module with python 3.13.

    Refs pylint-dev/pylint#9852

What's New in astroid 3.3.1?

Release date: 2024-08-06

  • Fix a crash introduced in 3.3.0 involving invalid format strings.

    Closes #2492

What's New in astroid 3.3.0?

... (truncated)

Commits
  • 6042e58 Bump astroid to 3.3.4, update changelog
  • c51f510 Fix issue when inferring single-node or non-const JoinedStr (#2578) (#2579)
  • 97871e9 Check for empty format specs (#2574) (#2576)
  • 1915cc3 Fix manager.clear_cache() not fully clearing the module cache (#2572) (#2573)
  • 875651b [Backport maintenance/3.3.x] Address pylint 3.3 messages (#2577)
  • a01a9c9 Bump astroid to 3.3.3, update changelog
  • 3840ff6 Fix inference regression with property setters (#2567) (#2568)
  • 5eae215 brain_attrs: Support annotation-only members (#2515)
  • 4ae4617 Bump astroid to 3.3.2, update changelog
  • b00b86c [PY313] Add stubs for soft-deprecated typing members (#2503)
  • Additional commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added infrastructure Changes affecting mostly infrastructure sanity check required Only sanity checking needed if tests passed labels Sep 23, 2024
@github-actions github-actions bot added the f42 Fedora 42 label Sep 23, 2024
…dates

Bumps the pylint-and-astroid group with 2 updates in the /dockerfile directory: [pylint](https://github.com/pylint-dev/pylint) and [astroid](https://github.com/pylint-dev/astroid).


Updates `pylint` from 3.2.6 to 3.3.0
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.3.0)

Updates `astroid` from 3.2.4 to 3.3.4
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.2.4...v3.3.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pylint-and-astroid
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pylint-and-astroid
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dockerfile/pylint-and-astroid-0f8317749f branch from 8da8553 to 7e2f1dd Compare September 24, 2024 09:14
@KKoukiou
Copy link
Contributor

/kickstart-tests --waive infra only

@KKoukiou KKoukiou merged commit 56d990f into master Sep 24, 2024
14 checks passed
@KKoukiou KKoukiou deleted the dependabot/pip/dockerfile/pylint-and-astroid-0f8317749f branch September 24, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f42 Fedora 42 infrastructure Changes affecting mostly infrastructure sanity check required Only sanity checking needed if tests passed
Development

Successfully merging this pull request may close these issues.

1 participant