From 25322cb5205f2f9858ef06400495a9e210c576d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:36:45 -0500 Subject: [PATCH] Build(deps): Bump the pip-version group with 2 updates (#838) * Build(deps): Bump the pip-version group with 2 updates Bumps the pip-version group with 2 updates: [coverage](https://github.com/nedbat/coveragepy) and [pytest](https://github.com/pytest-dev/pytest). Updates `coverage` from 7.4.4 to 7.5.0 - [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/7.4.4...7.5.0) Updates `pytest` from 8.1.1 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.2.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Ignore .pyt files. * Revert project_testing.pyt * Ensure .pyt is an extension --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bradley Dice --- .pre-commit-config.yaml | 9 ++++++--- requirements/requirements-test.txt | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12d54050..063500c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,11 @@ ci: autoupdate_schedule: quarterly -exclude: '(?:^flow/util/mistune/)' +exclude: | + (?x)^( + ^flow/util/mistune/| + ^.*\.pyt$ + ) repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -35,8 +39,7 @@ repos: exclude: | (?x)^( ^doc/| - ^tests/| - ^flow/util/mistune/ + ^tests/ ) additional_dependencies: - tomli diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index c07815e7..fd24f71d 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,5 +1,5 @@ click==8.1.7 -coverage==7.4.4 +coverage==7.5.0 GitPython==3.1.43 pytest-cov==5.0.0 -pytest==8.1.1 +pytest==8.2.0