Bump the development-version-updates group with 6 updates#297
Merged
github-actions[bot] merged 1 commit intomainfrom Nov 17, 2025
Merged
Conversation
Bumps the development-version-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.2` | `4.0.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | | [click](https://github.com/pallets/click) | `8.3.0` | `8.3.1` | | [cachetools](https://github.com/tkem/cachetools) | `6.2.1` | `6.2.2` | | [execnet](https://github.com/pytest-dev/execnet) | `2.1.1` | `2.1.2` | | ruamel-yaml-clib | `0.2.14` | `0.2.15` | Updates `pylint` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.2...v4.0.3) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) Updates `click` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.3.1/CHANGES.rst) - [Commits](pallets/click@8.3.0...8.3.1) Updates `cachetools` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.1...v6.2.2) Updates `execnet` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/execnet@v2.1.1...v2.1.2) Updates `ruamel-yaml-clib` from 0.2.14 to 0.2.15 --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-version-updates - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: cachetools dependency-version: 6.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: execnet dependency-version: 2.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: ruamel-yaml-clib dependency-version: 0.2.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates ... 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.
Bumps the development-version-updates group with 6 updates:
4.0.24.0.31.2.01.3.08.3.08.3.16.2.16.2.22.1.12.1.20.2.140.2.15Updates
pylintfrom 4.0.2 to 4.0.3Commits
84b6552Bump pylint to 4.0.3, update changelog (#10741)77b0cd8[Backport maintenance/4.0.x] fix(expand_modules): pass ignore_list to modutil...755f2d0[Backport maintenance/4.0.x] Upgrade astroid to 4.0.2 (#10733)c96a9e4[Backport maintenance/4.0.x] Fix crash when a variable annotation is used as ...108191e[Backport maintenance/4.0.x] Fix a false positive for class attribute typed w...0ed8172[Backport maintenance/4.0.x] Fix crash when asliceobject is called (#10728)b128b7d[Backport maintenance/4.0.x] Fix a false positive for ``unbalanced-tuple-unpa...1a26dea[Backport maintenance/4.0.x] Add Enum dunder to the list of allowed dunder (#...fc920b6[Backport maintenance/4.0.x] Fix false positive for `f-string-without-interpo...aeffe52[Backport maintenance/4.0.x] Fix FP forinvalid-namewith `typing.Annotated...Updates
pytest-asynciofrom 1.2.0 to 1.3.0Release notes
Sourced from pytest-asyncio's releases.
Commits
2e9695fdocs: Compile changelog for v1.3.0dd0e9badocs: Reference correct issue in news fragment.4c31abeBuild(deps): Bump nh3 from 0.3.1 to 0.3.213e9477Link to migration guides from changelog4d2cf3ctests: handle Python 3.14 DefaultEventLoopPolicy deprecation warningsee3549btest: Remove obsolete test for the event_loop fixture.7a67c82tests: Fix failing test by preventing warning conversion to error.a17b689test: add pytest config to isolated test directories18afc9dfix(tests): replace runpytest_subprocess with runpytestcdc6bd1Add support for pytest 9 and drop Python 3.9 supportUpdates
clickfrom 8.3.0 to 8.3.1Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
1d038f2release version 8.3.103f3889Fix Ruff UP038 warning (#3141)3867781Fix Ruff UP038 warningb91bb95Provide altered context to callbacks to hideUNSETvalues asNone(#3137)437e1e3Temporarily provide a fake context to the callback to hideUNSETvalues as ...ea70da4Don't test using a file in docs/ (#3102)e27b307Makeuv run --all-extras pyright --verifytypes clickpass (#3072)a92c573Fix test_edit to work with BSD sed (#3129)bd131e1Fix test_edit to work with BSD sed0b5c6b7Add Best practices section (#3127)Updates
cachetoolsfrom 6.2.1 to 6.2.2Changelog
Sourced from cachetools's changelog.
Commits
4ee2600Release v6.2.2.f1cec39Minor improvements from GitHub Copilot code review.e9117dcMerge pull request #371 from RektPunk/master6774af2fix typo4d8fc20docs: add cachetools-async to related projects in README (#369)Updates
execnetfrom 2.1.1 to 2.1.2Changelog
Sourced from execnet's changelog.
Commits
9313eceRelease 2.1.245a4d87Test on pypy-3.11 instead of pypy-3.8 (#375)03462f5Update hatchling version requirement in pyproject.toml (#377)f056180[pre-commit.ci] pre-commit autoupdate (#378)a9d75e7[pre-commit.ci] pre-commit autoupdate (#373)9bfff13[pre-commit.ci] pre-commit autoupdate (#372)caf108dbuild(deps): bump actions/download-artifact from 5 to 6 (#371)d3074cd[pre-commit.ci] pre-commit autoupdate (#370)35aa807[pre-commit.ci] pre-commit autoupdate (#369)d823f13build(deps): bump hynek/build-and-inspect-python-package (#368)Updates
ruamel-yaml-clibfrom 0.2.14 to 0.2.15Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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