From 27d1e69c2eaa1065caae3dc9a5396888f49ae48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:39:03 +0000 Subject: [PATCH] build(deps-dev): bump astroid from 2.12.13 to 2.15.6 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.13 to 2.15.6. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/v2.12.13...v2.15.6) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d0e95a0..04dbb33 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -astroid==2.12.13 ; python_full_version >= '3.7.2' +astroid==2.15.6 ; python_full_version >= '3.7.2' attrs==22.2.0 ; python_version >= '3.6' black==23.1.0 certifi==2022.12.7 ; python_version >= '3.6'