From cd67ad48603c0a33df1939f6338d330f8def4476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:07:23 +0000 Subject: [PATCH 1/2] Update pre-commit requirement from ~=3.4 to ~=3.5 (#202) Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index bfb4911..f5a90f7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ invoke~=2.2 -pre-commit~=3.4 +pre-commit~=3.5 pylint~=3.0 From 53700273041903cc5b57076f10d4d93cc45a603f Mon Sep 17 00:00:00 2001 From: CasperWA Date: Wed, 25 Oct 2023 06:34:00 +0000 Subject: [PATCH 2/2] Update `pre-commit` hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55c9405..f1d02ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/ambv/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black name: Blacken @@ -29,7 +29,7 @@ repos: args: [-r] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.1 hooks: - id: mypy additional_dependencies: