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

Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.2 to 3.2.3.
- [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.2...v3.2.3)

---
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-12 18:35:52 +00:00
committed by Luke Tainton
parent 58bd7ee71e
commit efcfa4c105
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.2"
astroid = "3.2.3"
attrs = "23.2.0"
certifi = "2024.7.4"
charset-normalizer = "3.3.2"