Skip to content

Commit f588fb4

Browse files
Bump the python-requirements group across 1 directory with 7 updates (#241)
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), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [tox](https://github.com/tox-dev/tox) and [python-benedict[parse,xls]](https://github.com/fabiocaccamo/python-benedict) to permit the latest version. Updates `coverage` to 7.12.0 - [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.12.0) Updates `mypy` to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.19.0) Updates `pre-commit` to 4.5.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.3.0...v4.5.0) Updates `pytest` to 9.0.1 - [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.1) 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.2.0...v7.0.0) 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.28.0...4.32.0) Updates `python-benedict[parse,xls]` from 0.34.1 to 0.35.0 - [Release notes](https://github.com/fabiocaccamo/python-benedict/releases) - [Changelog](https://github.com/fabiocaccamo/python-benedict/blob/main/CHANGELOG.md) - [Commits](fabiocaccamo/python-benedict@0.34.1...0.35.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest dependency-version: 9.0.1 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.32.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: python-benedict[parse,xls] dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor 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 d083a0b commit f588fb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python-benedict[parse,xls] == 0.34.1
1+
python-benedict[parse,xls] == 0.35.0
22
python-fsutil == 0.15.0
33
python-slugify == 8.0.4

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .
2-
coverage == 7.10.*
3-
mypy == 1.17.*
4-
pre-commit == 4.3.*
5-
pytest==8.4.*
6-
pytest-cov == 6.2.*
7-
tox == 4.28.*
2+
coverage == 7.12.*
3+
mypy == 1.19.*
4+
pre-commit == 4.5.*
5+
pytest==9.0.*
6+
pytest-cov == 7.0.*
7+
tox == 4.32.*

0 commit comments

Comments
 (0)