Skip to content

Commit fbba703

Browse files
Bump the python-requirements group across 1 directory with 5 updates
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [tox](https://github.com/tox-dev/tox) and [python-benedict](https://github.com/fabiocaccamo/python-benedict) to permit the latest version. Updates `coverage` to 7.14.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.0...7.14.3) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v2.1.0) Updates `pytest` to 9.1.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@9.0.3...9.1.1) Updates `tox` to 4.56.1 - [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.53.0...4.56.1) Updates `python-benedict` from 0.36.0 to 0.37.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.36.0...0.37.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.56.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: python-benedict dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 749a609 commit fbba703

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.36.0
1+
python-benedict[parse,xls] == 0.37.0
22
python-fsutil == 0.16.1
33
python-slugify == 8.0.4

requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .
2-
coverage == 7.13.*
3-
mypy == 1.20.*
2+
coverage == 7.14.*
3+
mypy == 2.1.*
44
pre-commit == 4.6.*
5-
pytest >= 9.0.3, <10
5+
pytest >= 9.1.1, < 10
66
pytest-cov == 7.1.*
7-
tox == 4.53.*
7+
tox == 4.56.*

0 commit comments

Comments
 (0)