Bump the python-requirements group across 1 directory with 5 updates#252
Merged
fabiocaccamo merged 1 commit intomainfrom Apr 12, 2026
Merged
Conversation
Updates the requirements on [python-fsutil](https://github.com/fabiocaccamo/python-fsutil), [python-benedict](https://github.com/fabiocaccamo/python-benedict), [mypy](https://github.com/python/mypy), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `python-fsutil` from 0.15.0 to 0.16.1 - [Release notes](https://github.com/fabiocaccamo/python-fsutil/releases) - [Changelog](https://github.com/fabiocaccamo/python-fsutil/blob/main/CHANGELOG.md) - [Commits](fabiocaccamo/python-fsutil@0.15.0...0.16.1) Updates `python-benedict` from 0.35.0 to 0.36.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.35.0...0.36.0) Updates `mypy` to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.20.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `tox` to 4.52.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.32.0...4.52.1) --- updated-dependencies: - dependency-name: python-fsutil dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: python-benedict dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.52.1 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on python-fsutil, python-benedict, mypy, pytest-cov and tox to permit the latest version.
Updates
python-fsutilfrom 0.15.0 to 0.16.1Release notes
Sourced from python-fsutil's releases.
Changelog
Sourced from python-fsutil's changelog.
Commits
7fb996dUpdateCHANGELOGand version.7b35fa2Bump the python-requirements group across 1 directory with 4 updates (#173)b42a1aeBump codecov/codecov-action from 5 to 6 in the github-actions group (#172)b203793Updatepre-commithooks.84b6055Fix search methods not working correctly with relative paths.7121d4aEnsure test workflow fails on Windows platform if there are errors.3c4177dUpdateCHANGELOGand version.cce6748Fix atomic file operations support on Windows. #121a35062cNormalize temp path to use OS specific separator.3c5c369Normalize paths to use OS specific separators.Updates
python-benedictfrom 0.35.0 to 0.36.0Release notes
Sourced from python-benedict's releases.
Changelog
Sourced from python-benedict's changelog.
Commits
cac382aUpdateCHANGELOGand version.d3fa16bPin all workflow actions to commit SHA1 hashes. (#558)8d8743dBumppython-fsutil.e578704Addfreeze/unfreezemethods support to make abenedictinstance immut...5066b04Update README with tab-completion support info.3ec3299Explicitly closevba_archiveinxlsserializer to avoidResourceWarning.e33cf94Add support for tab-completion in VSCode and IPython/Jupyter. #502344df59Update badges.67a70d6Fixossf/scorecard-actionaction version.7937aa8RaiseValueErroringroupbywhen key values contain the keypath separator...Updates
mypyto 1.20.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
770d3caRemove +dev from version4738ffaChangelog updates for 1.20 (#21109)b4f07a7Use 'native-parser' instead of 'native-parse' for optional dependency (#21115)7bec7b7[mypyc] Document librt and librt.base64 (#21114)c482596--allow-redefinition-new is no longer experimental (#21110)c916ca3sdist: includemisc/{diff-cache,apply-cache-diff}.pyfor `mypy/test/test_di...b137e4e[mypyc] Speed up native-to-native imports within the same group (#21101)978b711[mypyc] Fix range loop variable off-by-one after loop exit (#21098)67ada30[stubtest] Check runtime availability of private types not marked `@type_chec...bdef6eflibrt cache tests: build respecting MYPY_TEST_PREFIX (#21097)Updates
pytest-covto 7.1.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
toxto 4.52.1Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
71ef9bfrelease 4.52.1d15c8fa🐛 fix(pip): invalidate install cache on resolution env var changes (#3921)c1add25build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#3920)1866b9duse normalize_isa for architecture factor matching (#3919)ec77d9f[pre-commit.ci] pre-commit autoupdate (#3918)e7052a6build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#3915)d83d577release 4.52.0da0f890✨ feat(runner): add PEP 723 inline script metadata support (#3912)b232d2d🐛 fix(docs): auto-generate manpage from CLI parser (#3911)84958f7[pre-commit.ci] pre-commit autoupdate (#3909)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions