← Back to issue list

build(deps): update bugfixes (hotfix/3.2)

View original Github issue

Metadata

Project
charmcraft
Number
#1878
Type
pull request
State
merged
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Merged automated dependency updates for craft-application, craft-providers, hypothesis, pylint, pyparsing, and zipp on the hotfix/3.2 branch. Approved by reviewers and passed CI checks.

Suggested action:

No scores available.

Issue body

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | craft-application | `==4.1.0` -> `==4.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-application/4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-application/4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-application/4.1.0/4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-application/4.1.0/4.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | craft-providers | `==2.0.0` -> `==2.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-providers/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-providers/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-providers/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-providers/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [hypothesis](https://hypothesis.works) ([source](https://redirect.github.com/HypothesisWorks/hypothesis/tree/HEAD/hypothesis-python), [changelog](https://hypothesis.readthedocs.io/en/latest/changes.html)) | `==6.111.0` -> `==6.111.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/hypothesis/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/hypothesis/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/hypothesis/6.111.0/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/hypothesis/6.111.0/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pylint](https://redirect.github.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | `==3.2.6` -> `==3.2.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pylint/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pylint/3.2.6/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pylint/3.2.6/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | pyparsing | `==3.1.2` -> `==3.1.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyparsing/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyparsing/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyparsing/3.1.2/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyparsing/3.1.2/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [zipp](https://redirect.github.com/jaraco/zipp) | `==3.20.0` -> `==3.20.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/zipp/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/zipp/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/zipp/3.20.0/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/zipp/3.20.0/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pylint-dev/pylint (pylint)</summary> ### [`v3.2.7`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v3.2.7) [Compare Source](https://redirect.github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7) ## What's new in Pylint 3.2.7? Release date: 2024-08-31 ## False Positives Fixed - Fixed a false positive `unreachable` for `NoReturn` coroutine functions. Closes [#&#8203;9840](https://redirect.github.com/pylint-dev/pylint/issues/9840) ## Other Bug Fixes - Fix crash in refactoring checker when calling a lambda bound as a method. Closes [#&#8203;9865](https://redirect.github.com/pylint-dev/pylint/issues/9865) - Fix a crash in `undefined-loop-variable` when providing the `iterable` argument to `enumerate()`. Closes [#&#8203;9875](https://redirect.github.com/pylint-dev/pylint/issues/9875) - Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace. Refs [#&#8203;9883](https://redirect.github.com/pylint-dev/pylint/issues/9883) </details> <details> <summary>jaraco/zipp (zipp)</summary> ### [`v3.20.1`](https://redirect.github.com/jaraco/zipp/compare/v3.20.0...v3.20.1) [Compare Source](https://redirect.github.com/jaraco/zipp/compare/v3.20.0...v3.20.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/charmcraft). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImhvdGZpeC8zLjIiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged automated dependency updates for craft-application, craft-providers, hypothesis, pylint, pyparsing, and zipp on the hotfix/3.2 branch. Approved by reviewers and passed CI checks.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency updates for craft-application, craft-providers, hypothesis, pylint, pyparsing, and zipp to the hotfix/3.2 branch. Changes apply minor bug fixes and version bumps via Renovate.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency updates for craft-application, craft-providers, hypothesis, pylint, pyparsing, and zipp to the hotfix/3.2 branch. Renovate bot applied upstream bug fixes via automerge after passing validation checks.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#1909 build(deps): update bugfixes (main) charmcraft merged Merged automated dependency updates to latest patch versions for cffi, craft-parts, craft-providers, hypothesis, pylint, pytest, and zipp. The change passed CI checks, received approvals, and was successfully merged into main.
84%
#5024 build(deps): update bugfixes (hotfix/8.4) snapcraft merged Merged automated dependency updates for hotfix/8.4, upgrading cffi, craft-application, craft-providers, mypy, pyinstaller, pylint, pyparsing, starlette, urllib3, zipp, and zope.interface to their latest bugfix releases.
83%
#1934 build(deps): update bugfixes (main) charmcraft merged Merged automated dependency updates for craft-application, craft-grammar, craft-providers, craft-store, dill, hypothesis, and wadllib. Approved by two reviewers, passed CI, and merged automatically via Renovate.
81%
#1882 build(deps): update dependency craft-cli to v2.7.0 (hotfix/3.2) charmcraft merged Merged automated dependency update upgrading craft-cli from v2.6.0 to v2.7.0 on the hotfix/3.2 branch. Approved by two reviewers, passed CI, and applied with a minimal two-line change across two files.
80%
#5023 build(deps): update dependency craft-cli to v2.7.0 (hotfix/8.4) snapcraft merged Merged automated dependency update upgrading craft-cli from v2.6.0 to v2.7.0 on the hotfix/8.4 branch. Approved by two reviewers, passed CI checks, and merged with minimal changes.
78%
#727 build(deps): update internal dependencies rockcraft merged Merged update for craft-parts and craft-providers, upgrading requests, requests-unixsocket2, and urllib3. Approved by two reviewers, passed CI, and modified three files with minor line changes.
77%
#956 build(deps): bump craft-providers to 3.2.0 craft-application merged Merged after two approvals and passing CI. Updates craft-providers to 3.2.0 across five files. Reviewers noted type-checking constraints do not impact runtime, clearing the way for the dependency bump.
77%
#2097 build(deps): update bugfixes (main) charmcraft merged Merged automated dependency updates for bugfixes, upgrading ruff-pre-commit to v0.9.2, craft-application to 4.8.2, and pyfakefs to 5.7.4. Approved by two reviewers with passing CI checks.
76%
#1010 build(deps): bump craft-providers to 3.3.0 craft-application merged Merged dependency update bumping craft-providers to 3.3.0. Resolves intermittent testcraft spread test failures from upstream issue #898. Approved by reviewers, passed all CI checks, and merged with minimal changes.
76%
#497 build(deps): bump craft-providers to 1.23.0 rockcraft merged Merged dependency update bumping craft-providers to 1.23.0. After approval and passing CI, changes were rebased onto the hotfix/1.2 branch to enable the 1.2.2 patch release.
76%