From c9483f4369dfcaf80a961f281bdf209f30be5db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:35:52 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump astroid from 3.2.2 to 3.2.3 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.2 to 3.2.3. - [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.2...v3.2.3) --- 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 1af7dd9..9431c7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 9308445..62a23b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -- 2.47.2