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

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

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-15 00:12:23 +00:00
committed by Luke Tainton
parent 4a27ee9194
commit a234847031
2 changed files with 9 additions and 9 deletions

View File

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