Skip to content

Commit

Permalink
infra: bump the pylint-and-astroid group across 1 directory with 2 up…
Browse files Browse the repository at this point in the history
…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.1.0 to 3.2.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.2)

Updates `astroid` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.1.0...v3.2.2)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 929ced0 commit c91904e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile/anaconda-ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pyyaml
jinja2

# pylint and its supporting libs
pylint == 3.1.0
astroid == 3.1.0
pylint == 3.2.2
astroid == 3.2.2

# ruff for fast linting
ruff == 0.4.7
Expand Down

0 comments on commit c91904e

Please sign in to comment.