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.2.6 to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.2.7)

Updates `astroid` from 3.2.4 to 3.3.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.2.4...v3.3.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] committed Sep 3, 2024
1 parent 05d2978 commit a2f398d
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.2.6
astroid == 3.2.4
pylint == 3.2.7
astroid == 3.3.2

# ruff for fast linting
ruff == 0.6.3
Expand Down

0 comments on commit a2f398d

Please sign in to comment.