Skip to content

Commit

Permalink
Build(deps): Bump the pip-version group with 2 updates (#838)
Browse files Browse the repository at this point in the history
* 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](nedbat/coveragepy@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](pytest-dev/pytest@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] <support@github.com>

* [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] <support@github.com>
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 <bdice@bradleydice.com>
  • Loading branch information
3 people committed May 1, 2024
1 parent 84e4f8b commit 25322cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -35,8 +39,7 @@ repos:
exclude: |
(?x)^(
^doc/|
^tests/|
^flow/util/mistune/
^tests/
)
additional_dependencies:
- tomli
4 changes: 2 additions & 2 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 25322cb

Please sign in to comment.