From 9ee2e8fccdd5e44524922ccdf4b3411e254eb2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:56:16 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump astroid from 3.2.3 to 3.2.4 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.3 to 3.2.4. - [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.3...v3.2.4) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 598175d..42f3cb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index e9ab3e5..f5188a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"