Skip to content

Commit c8c8b31

Browse files
Bump the python-requirements group with 6 updates (#165)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `coverage` to 7.10.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.0...7.10.7) Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.18.2) Updates `pre-commit` to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.1.0...v4.3.0) Updates `pytest` to 8.4.2 - [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.3.0.dev0...8.4.2) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) Updates `tox` to 4.30.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.24.0...4.30.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.30.2 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a78c75 commit c8c8b31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage == 7.6.*
2-
mypy == 1.15.*
3-
pre-commit == 4.1.*
4-
pytest == 8.3.*
5-
pytest-cov == 6.0.*
1+
coverage == 7.10.*
2+
mypy == 1.18.*
3+
pre-commit == 4.3.*
4+
pytest == 8.4.*
5+
pytest-cov == 7.0.*
66
requests == 2.32.*
7-
tox == 4.24.*
7+
tox == 4.30.*

0 commit comments

Comments
 (0)