From 3ed4cb5dcd1509a9b134f98c7f9bfdba0fa1f5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:38:32 +0000 Subject: [PATCH] Bump astroid from 3.0.3 to 3.1.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.0.3 to 3.1.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.0.3...v3.1.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6de7de60..7435cb85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ cffi==1.16.0 # cryptography cryptography==42.0.4 # for PyOpenSSL logilab-common==2.0.0 logilab-astng==0.24.3 -astroid==3.0.3 +astroid==3.1.0 pylint==3.1.0 six==1.16.0 sqlparse==0.4.4