Skip to content

Commit e1121b2

Browse files
Bump the python-requirements group with 5 updates (#169)
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `coverage` to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.0...7.13.1) Updates `mypy` to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.1...v1.19.1) Updates `pre-commit` to 4.5.1 - [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.3.0...v4.5.1) Updates `pytest` to 9.0.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.4.0.dev0...9.0.2) Updates `tox` to 4.32.0 - [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.30.0...4.32.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.32.0 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 811591b commit e1121b2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

requirements-test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage == 7.10.*
2-
mypy == 1.18.*
3-
pre-commit == 4.3.*
4-
pytest == 8.4.*
1+
coverage == 7.13.*
2+
mypy == 1.19.*
3+
pre-commit == 4.5.*
4+
pytest == 9.0.*
55
pytest-cov == 7.0.*
66
requests == 2.32.*
7-
tox == 4.30.*
7+
tox == 4.32.*

0 commit comments

Comments
 (0)