From 96d6bb897e671a81851a63e17505c045816d683f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:03:38 +0000 Subject: [PATCH] Bump astroid from 2.7.3 to 2.8.0 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.7.3 to 2.8.0. - [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.7.3...v2.8.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 787cd3a..7567509 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # make freeze # -astroid==2.7.3 # via whispers (setup.py) +astroid==2.8.0 # via whispers (setup.py) beautifulsoup4==4.10.0 # via whispers (setup.py) jproperties==2.1.1 # via whispers (setup.py) luhn==0.2.0 # via whispers (setup.py)