From 1c4936a1c884b874d307573b207e2dfe31eb794e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 20:33:59 +0000 Subject: [PATCH] Bump astroid from 2.11.5 to 2.12.1 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.5 to 2.12.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.5...v2.12.1) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 07b0347b..2a128470 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.12 # via sphinx -astroid==2.11.5 +astroid==2.12.1 # via sphinx-autoapi babel==2.10.1 # via sphinx