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

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

---
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-05-20 16:24:06 +00:00
committed by Luke Tainton
parent 716803b00e
commit a68cf321e9
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.0"
astroid = "3.2.2"
attrs = "23.2.0"
certifi = "2024.2.2"
charset-normalizer = "3.3.2"