chore(pip-dev)(deps-dev): bump the pylint group with 2 updates

Bumps the pylint group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [astroid](https://github.com/pylint-dev/astroid).


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

Updates `astroid` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.3...v3.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-22 15:24:26 +00:00
committed by Luke Tainton
parent d514ab42d7
commit 186b3df41b
3 changed files with 10 additions and 10 deletions

View File

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