From ecf457d6dec0828f1071c6f1df04962e5ec70c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:15:23 +0000 Subject: [PATCH] Bump astroid from 2.11.4 to 2.14.1 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.4 to 2.14.1. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/v2.11.4...v2.14.1) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 9d9b8ab853..0f9529d5de 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,6 +1,6 @@ pep8==1.7.1 flake8==4.0.1 -astroid==2.11.4 +astroid==2.14.1 pylint==2.13.8 codecov==2.1.12 coverage==4.5.4