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

8
poetry.lock generated
View File

@ -2,13 +2,13 @@
[[package]] [[package]]
name = "astroid" name = "astroid"
version = "3.2.0" version = "3.2.2"
description = "An abstract syntax tree for Python with inference support." description = "An abstract syntax tree for Python with inference support."
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.8.0"
files = [ files = [
{file = "astroid-3.2.0-py3-none-any.whl", hash = "sha256:16ee8ca5c75ac828783028cc1f967777f0e507c6886a295ad143e0f405b975a2"}, {file = "astroid-3.2.2-py3-none-any.whl", hash = "sha256:e8a0083b4bb28fcffb6207a3bfc9e5d0a68be951dd7e336d5dcf639c682388c0"},
{file = "astroid-3.2.0.tar.gz", hash = "sha256:f7f829f8506ade59f1b3c6c93d8fac5b1ebc721685fa9af23e9794daf1d450a3"}, {file = "astroid-3.2.2.tar.gz", hash = "sha256:8ead48e31b92b2e217b6c9733a21afafe479d52d6e164dd25fb1a770c7c3cf94"},
] ]
[package.dependencies] [package.dependencies]
@ -747,4 +747,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "4f9f576f868b4db3e08144b9fbbcc72cb39b3877f891815d25e2babf840654c9" content-hash = "0cacdea82a10fa7f8486e999aefc9685de1509e2b8f285a25634379b34f70409"

View File

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