Skip to content

Commit

Permalink
Update pylint requirement from <2.15.10 to <3.2.8 in /.github/scripts
Browse files Browse the repository at this point in the history
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@pylint-version-0.18.1...v3.2.7)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 2d95033 commit b861377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setuptools <65.7.0 ; python_version == '2.7'
setuptools <=75.1.0 ; python_version >= '3.8'
pip <23.0 ; python_version == '2.7'
pip ; python_version >= '3.5'
pylint <2.15.10
pylint <3.2.8
pytest <=8.1.1
pytest-pylint <=1.1.2
pytest-runner <7.0.0
Expand Down

0 comments on commit b861377

Please sign in to comment.