From d57420c6afd4d1dd5c046fa4c5b299f42d8907ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:48:54 +0200 Subject: [PATCH 1/2] Update pytest-cov requirement from ~=4.1 to ~=5.0 (#199) Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c36237d..cd5b657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ docs = [ dev = [ "pre-commit~=3.6", "pytest~=8.0", - "pytest-cov~=4.1", + "pytest-cov~=5.0", "turtle-canon[docs]", ] From 4fa5dc2cdda590f95fec57de153e5026b56dbf9e Mon Sep 17 00:00:00 2001 From: CasperWA Date: Wed, 10 Apr 2024 06:34:27 +0000 Subject: [PATCH 2/2] Update `pre-commit` hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 504b2d5..45e9798 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-toml name: Check TOML