Skip to content

Commit

Permalink
python-deps(deps-dev): update pylint requirement
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.

Updates `pylint` to 3.2.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent a220fd3 commit 6da515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pre-commit = [
]
pre-commit-update = "^0.3.0"
pyclean = "^3.0.0"
pylint = "3.2.0"
pylint = "3.2.1"
pyright = "1.1.363"
pyroma = "^4.2"
python-semantic-release = "^9.6.0"
Expand Down

0 comments on commit 6da515c

Please sign in to comment.