From 0c20952708d0bf806fdae5444e43eb09900342fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:09:01 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump astroid in the pylint group Bumps the pylint group with 1 update: [astroid](https://github.com/pylint-dev/astroid). Updates `astroid` from 3.2.4 to 3.3.0 - [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.4...v3.3.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pylint ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b5db43e..c6bf4bf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -astroid==3.2.4 +astroid==3.3.0 black==24.4.2 cfgv==3.4.0 click==8.1.7 -- 2.47.2