Bump the development-version-updates group with 6 updates#368
Merged
github-actions[bot] merged 1 commit intoJun 15, 2026
Merged
Conversation
Bumps the development-version-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.5` | `4.0.6` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [distlib](https://github.com/pypa/distlib) | `0.4.1` | `0.4.3` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.1` | `3.29.4` | | [python-discovery](https://github.com/tox-dev/python-discovery) | `1.4.0` | `1.4.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.4.2` | `21.5.0` | Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) Updates `pytest` from 9.0.3 to 9.1.0 - [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.0) Updates `distlib` from 0.4.1 to 0.4.3 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.4.1...0.4.3) Updates `filelock` from 3.29.1 to 3.29.4 - [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.29.1...3.29.4) Updates `python-discovery` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](tox-dev/python-discovery@1.4.0...1.4.2) Updates `virtualenv` from 21.4.2 to 21.5.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.4.2...21.5.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-version-updates - dependency-name: distlib dependency-version: 0.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: filelock dependency-version: 3.29.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: python-discovery dependency-version: 1.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-version-updates - dependency-name: virtualenv dependency-version: 21.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
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.54.0.69.0.39.1.00.4.10.4.33.29.13.29.41.4.01.4.221.4.221.5.0Updates
pylintfrom 4.0.5 to 4.0.6Commits
8a39635Bump pylint to 4.0.6, update changelog (#11105)150f23c[Backport maintenance/4.0.x] Allow digits in ParamSpec and TypeVarTuple names...8b6251e[Backport maintenance/4.0.x] Fix crash when enum member inference fails (#11093)d57aadb[Backport maintenance/4.0.x] Fiximplicit-str-concatfalse positive for mix...d9ea8d9[Backport maintenance/4.0.x] Fixunnecessary-comprehensionsuggestion when ...cb1792a[Backport maintenance/4.0.x] Allow digits in TypeVar names for invalid-name c...ee2ab9aHandle InferenceError in decorator return analysis5bb5498[Backport maintenance/4.0.x] Fix crash in typecheck checker when metaclass ar...a940533[Backport maintenance/4.0.x] Fix a crash inconsider-using-enumeratefor no...b7a873a[Backport maintenance/4.0.x] Fix crash in deprecated checker for non-string `...Updates
pytestfrom 9.0.3 to 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
distlibfrom 0.4.1 to 0.4.3Changelog
Sourced from distlib's changelog.
... (truncated)
Commits
3f4a377Changes for 0.4.3.5ee19e6Relax too-strict escaping check for resources.f0e3d1aBump version.06e010dAdd upper version limit for setuptools for build, to keep metadata version to...8b5aa55Added tag 0.4.2 for changeset 5295c0ceb4198183ea6Update change log.55ca016Changes for 0.4.2.7e282abUpdate metadata logic to incorporate newer versions.fa4ea50Remove non-portable portion of test.e06a1d5Further refine tests.Updates
filelockfrom 3.29.1 to 3.29.4Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
f3c11c0Release 3.29.45d663eekeep the read/write heartbeat alive on a transient touch error (#562)406d0a2verify inode in break_lock_file before unlinking a stale lock (#561)85e73d7🐛 fix(ci): publish from release.yaml on tag push (#560)f86dcb1Release 3.29.3643bdbe🐛 fix(ci): restore release environment on tag job (#559)7a8f74avalidate pid range in _parse_lock_holder (#556)d1d49a0🔧 ci(release): publish to PyPI on tag push (#557)b37e162build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#558)d9216deRelease 3.29.2Updates
python-discoveryfrom 1.4.0 to 1.4.2Release notes
Sourced from python-discovery's releases.
Changelog
Sourced from python-discovery's changelog.
Commits
ca8d938release 1.4.24f6132b🐛 fix: stop symlink resolution at stdlib landmark and framework builds (#87)95e6470release 1.4.1011f953🐛 fix: resolve executable-only symlinks in system_executable (#85)3a761d5build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#83)5d3efc2[pre-commit.ci] pre-commit autoupdate (#81)31365acbuild(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#82)834a327[pre-commit.ci] pre-commit autoupdate (#80)Updates
virtualenvfrom 21.4.2 to 21.5.0Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
90735e0release 21.5.079ce906✨ feat: drop Python 3.8 support (#3170)f1f4d68Upgrade embedded pip/setuptools/wheel (#3168)78df6f0Set git identity in upgrade changelog rename step (#3169)134b080release 21.4.32a36128🐛 fix(discovery): resolve base interpreter executable-only symlinks (#3166)5389c25Add wheel-0.47.0 to seed packages as mitigation of CVE-2026-24049 (#3167)0134feechore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#3165)af1ed9fchore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#3164)1b00ec8[pre-commit.ci] pre-commit autoupdate (#3163)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