chore(pip-prod)(deps): bump astroid from 3.2.3 to 3.2.4

Bumps [astroid](https://github.com/pylint-dev/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: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-22 05:56:16 +00:00
committed by Luke Tainton
parent de9ac22d4b
commit fbd7f30b82
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ app = "ipilot.main:main"
[tool.poetry.dependencies]
python = "^3.8"
astroid = "3.2.3"
astroid = "3.2.4"
attrs = "23.2.0"
certifi = "2024.7.4"
charset-normalizer = "3.3.2"