From f239fe700ee111ca6f6517563f29543947add55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 06:34:40 +0000 Subject: [PATCH] Bump astroid from 3.0.1 to 3.1.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.0.1 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.1...v3.1.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 74ca6d7..4f1a211 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -astroid==3.0.1 +astroid==3.1.0 black==24.1.1 click==8.1.7 dill==0.3.8 diff --git a/requirements-prod.txt b/requirements-prod.txt index 822c9e1..d1b803f 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,4 +1,4 @@ -astroid==3.0.1 +astroid==3.1.0 autopep8==2.0.4 certifi==2024.2.2 charset-normalizer==3.3.2