From 0cd359b72452a5646e8188162e0fefb6c75cb8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:48:22 +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.1.0 to 3.2.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.1.0...v3.2.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 f378b7b..b85ab8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -astroid==3.1.0 +astroid==3.2.0 black==24.4.2 cfgv==3.4.0 click==8.1.7 -- 2.47.2