From d056f3dead34ada72a713313465f06cf3929ee62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:29:18 +0200 Subject: [PATCH 1/4] Bump sphinx from 3.4.3 to 3.5.4 (#23) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 794e1a7..4f35a18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ include_package_data = True [options.extras_require] dev = - Sphinx==3.4.3 + Sphinx==3.5.4 black==20.8b1 bump2version==1.0.1 flake8==3.8.4 @@ -45,7 +45,7 @@ dev = pytest-cov==2.11.1 yamllint==1.26.0 doc = - Sphinx==3.4.3 + Sphinx==3.5.4 furo==2020.12.30b24 lint = black==20.8b1 From 7ddb0e29e9996818531415fcedfec53cb994d7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:29:31 +0200 Subject: [PATCH 2/4] Bump yamllint from 1.26.0 to 1.26.1 (#20) Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.26.0...v1.26.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4f35a18..c3fe34e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ dev = pre-commit==2.10.0 pytest==6.2.2 pytest-cov==2.11.1 - yamllint==1.26.0 + yamllint==1.26.1 doc = Sphinx==3.5.4 furo==2020.12.30b24 @@ -54,7 +54,7 @@ lint = flake8-implicit-str-concat==0.2.0 flake8-print==4.0.0 isort==5.7.0 - yamllint==1.26.0 + yamllint==1.26.1 test = pytest==6.2.2 pytest-cov==2.11.1 From 0c5efde5033a1802425b0f7641f3fff979731c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:29:42 +0200 Subject: [PATCH 3/4] Bump flake8 from 3.8.4 to 3.9.1 (#18) Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c3fe34e..a9c1210 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ dev = Sphinx==3.5.4 black==20.8b1 bump2version==1.0.1 - flake8==3.8.4 + flake8==3.9.1 flake8-absolute-import>=1.0 flake8-implicit-str-concat==0.2.0 flake8-print==4.0.0 @@ -49,7 +49,7 @@ doc = furo==2020.12.30b24 lint = black==20.8b1 - flake8==3.8.4 + flake8==3.9.1 flake8-absolute-import>=1.0 flake8-implicit-str-concat==0.2.0 flake8-print==4.0.0 From f44123469f36a77d53a5e31f5761a248007c8c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:32:45 +0200 Subject: [PATCH 4/4] Bump pre-commit from 2.10.0 to 2.12.1 (#24) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.0 to 2.12.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.10.0...v2.12.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a9c1210..9b79e5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ dev = flake8-print==4.0.0 furo==2020.12.30b24 isort==5.7.0 - pre-commit==2.10.0 + pre-commit==2.12.1 pytest==6.2.2 pytest-cov==2.11.1 yamllint==1.26.1