From b14f0788b7bd678fb6624c548f764d4c8f275831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 13:10:24 +0000 Subject: [PATCH 1/3] build(deps): bump astroid from 2.8.0 to 2.8.2 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.8.0 to 2.8.2. - [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.8.0...v2.8.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 909ad1f..2e0b331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==2.8.0 +astroid==2.8.2 atomicwrites==1.4.0 attrs==21.2.0 black==21.4b2 From 5b85eb9b3a05bcdd2b21d2710b8a5c1d27b7a092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 13:11:14 +0000 Subject: [PATCH 2/3] build(deps-dev): bump coverage from 6.0 to 6.0.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.0 to 6.0.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1f57fcd..5d90331 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] black = "==21.4b2" codacy-coverage = "==1.3.11" -coverage = "==6.0" +coverage = "==6.0.1" flake8 = "==3.9.2" pre-commit = "==2.15.0" pylint = "==2.11.1" From a981ea1d23d6b5e9d10b3ce40d454a9dfe33f868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 13:11:56 +0000 Subject: [PATCH 3/3] build(deps): bump pyflakes from 2.3.1 to 2.4.0 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: pyflakes 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 909ad1f..7f6783d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pluggy==1.0.0 pre-commit==2.12.1 py==1.10.0 pycodestyle==2.7.0 -pyflakes==2.3.1 +pyflakes==2.4.0 pylint==2.8.2 pyparsing==2.4.7 pytest==6.2.3