From 8fd3629700d3b64bde2d5a9febbfebc1c19c3fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:02:55 +0000 Subject: [PATCH] chore(deps-dev): bump astroid in the pylint group across 1 directory Bumps the pylint group with 1 update in the / directory: [astroid](https://github.com/pylint-dev/astroid). Updates `astroid` from 3.2.4 to 3.3.1 - [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.1) --- 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 e793441..e0e1e86 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==3.2.4 ; python_full_version >= '3.7.2' +astroid==3.3.1 ; python_full_version >= '3.7.2' asyncmock==0.4.2