chore(deps): bump the python-dependencies group across 1 directory with 2 updates#1986
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-dependencies group across 1 directory with 2 updates#1986dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
49d6bb8 to
9aed30b
Compare
9aed30b to
da6d489
Compare
da6d489 to
45c0821
Compare
…th 2 updates Bumps the python-dependencies group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [filelock](https://github.com/tox-dev/py-filelock). Updates `mypy` from 1.16.1 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v2.1.0) Updates `filelock` from 3.18.0 to 3.29.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.18.0...3.29.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
45c0821 to
8779d6c
Compare
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.
Bumps the python-dependencies group with 2 updates in the / directory: mypy and filelock.
Updates
mypyfrom 1.16.1 to 2.1.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c1c336dRemove +dev from version74df14bAdd changelog for mypy 2.1 (#21464)022d9bcRevert "TypeForm: Enable by default (#21262)"8826288[mypyc] Document librt.random (#21463)3f4067bBump librt version to 0.11.0 (#21458)2b1eb58[mypyc] Enable incremental self-compilation (#21369)8152f4aRespect file config comments for stale modules (#21444)116d60bFix nondeterminism from nonassociativity of overload joins (#21455)6c4af8eFix function call message change for small number of args (#21432)4b8fdca[mypyc] Add librt.random module (#21433)Updates
filelockfrom 3.18.0 to 3.29.0Release notes
Sourced from filelock's releases.
... (truncated)
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
469b47fRelease 3.29.0e85d072✨ feat(soft): enable stale lock detection on Windows (#534)f5ee171🐛 fix(async): use single-thread executor for lock consistency (#533)2a95458build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#530)55de20cRelease 3.28.0476b0e4🐛 fix(ci): unbreak release workflow, publish to PyPI again (#529)824713e✨ feat(rw): add SoftReadWriteLock for NFS and HPC clusters (#528)9879de9[pre-commit.ci] pre-commit autoupdate (#527)4cfab49Release 3.26.1734c9f2🐛 fix(asyncio): add exit to BaseAsyncFileLock and fix del loop handli...