chore(pip-dev)(deps-dev): bump pylint

Bumps the pylint group with 1 update in the / directory: [pylint](https://github.com/pylint-dev/pylint).


Updates `pylint` from 3.1.0 to 3.2.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pylint
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-05 21:28:58 +00:00
committed by Luke Tainton
parent b65104c276
commit fa5c67e021
2 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ sentry-sdk = "^2.7.1"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
coverage = "^7.5.4"
pylint = "^3.1.0"
pylint = "^3.2.5"
pylint-exit = "^1.2.0"
pytest = "^8.2.2"
pre-commit = "^3.7.1"