chore(pip-prod)(deps): bump astroid from 3.2.3 to 3.2.4 #231

Merged
dependabot[bot] merged 1 commits from dependabot/pip/astroid-3.2.4 into main 2024-07-22 08:04:07 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 9ee2e8fccd - Show all commits

8
poetry.lock generated
View File

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

View File

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