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

Merged
dependabot[bot] merged 1 commits from dependabot/pip/astroid-3.2.3 into main 2024-07-12 20:38:02 +02:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2,13 +2,13 @@
[[package]]
name = "astroid"
version = "3.2.2"
version = "3.2.3"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.8.0"
files = [
{file = "astroid-3.2.2-py3-none-any.whl", hash = "sha256:e8a0083b4bb28fcffb6207a3bfc9e5d0a68be951dd7e336d5dcf639c682388c0"},
{file = "astroid-3.2.2.tar.gz", hash = "sha256:8ead48e31b92b2e217b6c9733a21afafe479d52d6e164dd25fb1a770c7c3cf94"},
{file = "astroid-3.2.3-py3-none-any.whl", hash = "sha256:3eae9ea67c11c858cdd2c91337d2e816bd019ac897ca07d7b346ac10105fceb3"},
{file = "astroid-3.2.3.tar.gz", hash = "sha256:7099b5a60985529d8d46858befa103b82d0d05a5a5e8b816b5303ed96075e1d9"},
]
[package.dependencies]
@ -747,4 +747,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a8bbca76aec9a9556ab1b04a1019ab823e4b1720b0709d9d9087375b0aa1026c"
content-hash = "5aba7f445d4044d6deed84aed018629acb1175ae80791f9a019bd65845ec82ca"

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"