build(deps): update bugfixes (main)
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| craft-application | `==4.2.4` -> `==4.2.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| craft-grammar | `==2.0.0` -> `==2.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| craft-providers | `==2.0.1` -> `==2.0.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [craft-store](https://redirect.github.com/canonical/craft-store) | `==3.0.0` -> `==3.0.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [dill](https://redirect.github.com/uqfoundation/dill) | `==0.3.8` -> `==0.3.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.112.1` -> `==6.112.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [wadllib](https://launchpad.net/wadllib) ([source](https://code.launchpad.net/wadllib)) | `==1.3.6` -> `==1.3.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>canonical/craft-store (craft-store)</summary>
### [`v3.0.2`](https://redirect.github.com/canonical/craft-store/compare/3.0.1...3.0.2)
[Compare Source](https://redirect.github.com/canonical/craft-store/compare/3.0.1...3.0.2)
### [`v3.0.1`](https://redirect.github.com/canonical/craft-store/compare/3.0.0...3.0.1)
[Compare Source](https://redirect.github.com/canonical/craft-store/compare/3.0.0...3.0.1)
</details>
<details>
<summary>uqfoundation/dill (dill)</summary>
### [`v0.3.9`](https://redirect.github.com/uqfoundation/dill/releases/tag/0.3.9)
[Compare Source](https://redirect.github.com/uqfoundation/dill/compare/0.3.8...0.3.9)
### 0.3.9 Release Notes
With `dill`, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, `dill` also has some good tools to help you discover why your object fails to pickle.
`dill` installs with `pip`:
`$ pip install dill`
`dill` requires:
`- python or pypy, >=3.8`
Optional requirements:
`- pyreadline, >=1.7.1` (install with `$ pip install dill[readline]`)
`- objgraph, >=1.7.2` (install with `$ pip install dill[graph]`)
`dill` is licensed under 3-clause BSD:
>>> import dill
>>> print (dill.license())
To cite `dill`:
>>> import dill
>>> print (dill.citation())
#### What's Changed
- further skip BufferedRandomType if does not exist by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/645](https://redirect.github.com/uqfoundation/dill/pull/645)
- remove stray import of dbm in objects by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/646](https://redirect.github.com/uqfoundation/dill/pull/646)
- Add `UnpicklingError` import for `dill.load_session()` to fix [#​648](https://redirect.github.com/uqfoundation/dill/issues/648) by [@​lizy14](https://redirect.github.com/lizy14) in [https://github.com/uqfoundation/dill/pull/649](https://redirect.github.com/uqfoundation/dill/pull/649)
- Bump idna from 3.4 to 3.7 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/uqfoundation/dill/pull/653](https://redirect.github.com/uqfoundation/dill/pull/653)
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/uqfoundation/dill/pull/656](https://redirect.github.com/uqfoundation/dill/pull/656)
- Bump requests from 2.31.0 to 2.32.0 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/uqfoundation/dill/pull/659](https://redirect.github.com/uqfoundation/dill/pull/659)
- Bump tornado from 6.3.3 to 6.4.1 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/uqfoundation/dill/pull/660](https://redirect.github.com/uqfoundation/dill/pull/660)
- update docs requirements to rtfd 10.27.0 by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/665](https://redirect.github.com/uqfoundation/dill/pull/665)
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/uqfoundation/dill/pull/666](https://redirect.github.com/uqfoundation/dill/pull/666)
- fix fencepost error when getting source inside decorator in interpreter (fixes [#​603](https://redirect.github.com/uqfoundation/dill/issues/603)) by [@​timkpaine](https://redirect.github.com/timkpaine) in [https://github.com/uqfoundation/dill/pull/651](https://redirect.github.com/uqfoundation/dill/pull/651)
- type check for Integral, bool by value by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/675](https://redirect.github.com/uqfoundation/dill/pull/675)
- diff USE_NUMPY imports numpy.ma by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/676](https://redirect.github.com/uqfoundation/dill/pull/676)
- adjust testing to account for frame.f_locals as a proxy in 3.13 by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/677](https://redirect.github.com/uqfoundation/dill/pull/677)
- better handle import strings of numpy scalars by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/678](https://redirect.github.com/uqfoundation/dill/pull/678)
- handle a ThreadHandleType by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/679](https://redirect.github.com/uqfoundation/dill/pull/679)
- more extensive testing for dill.source by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/680](https://redirect.github.com/uqfoundation/dill/pull/680)
- add formal support for python 3.13 by [@​mmckerns](https://redirect.github.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/681](https://redirect.github.com/uqfoundation/dill/pull/681)
#### New Contributors
- [@​lizy14](https://redirect.github.com/lizy14) made their first contribution in [https://github.com/uqfoundation/dill/pull/649](https://redirect.github.com/uqfoundation/dill/pull/649)
- [@​timkpaine](https://redirect.github.com/timkpaine) made their first contribution in [https://github.com/uqfoundation/dill/pull/651](https://redirect.github.com/uqfoundation/dill/pull/651)
**Full Changelog**: https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency updates to main. Upgraded craft-application, craft-grammar, craft-providers, craft-store, dill, hypothesis, and wadllib to latest bugfix versions. Automerged via Renovate after passing checks. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Automated bugfix dependency updates merged to main. Renovate bot automerged version bumps for craft-application, craft-grammar, craft-providers, craft-store, dill, hypothesis, and wadllib. All checks passed and changes were integrated. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #202 build(deps): update internal packages | imagecraft | merged | Merged automated dependency update. Upgraded craft-grammar to 2.2.0 and craft-parts to 2.21.0. Approved by two reviewers with all CI checks passing. Generated by Renovate. | |
| #1878 build(deps): update bugfixes (hotfix/3.2) | charmcraft | merged | 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. | |
| #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. | |
| #4573 build(deps): use craft-application from main branch | snapcraft | merged | Merged dependency update switching to craft-application from the main branch. Approved by two reviewers, passed CI, and resolved linter and coverage notes. Changes modified 8 files with 65 additions and 45 deletions. | |
| #123 build(deps): update craft-cli and craft-application versions | imagecraft | merged | Merged update to craft-cli and craft-application dependency versions. Approved by two reviewers, passed CI checks, and modified two files with minor version bumps. | |
| #222 build(deps): update dependency craft-parts to ~=2.26.0 (main) | imagecraft | merged | Merged automated dependency update to craft-parts version 2.26.0. Submitted via Renovate bot, approved by three reviewers, passed CI checks, and merged to main. | |
| #1296 build(deps): update bugfixes (main) | craft-parts | merged | Merged automated dependency updates for bugfixes across eight packages. Approved by two reviewers, passed all CI checks, and merged via the Renovate bot. | |
| #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. | |
| #1631 chore(deps): update internal packages | charmcraft | merged | Merged automated dependency updates for craft-application, craft-grammar, and craft-store. Approved by two reviewers with passing CI checks, updating internal packages to their latest versions. | |
| #4691 build(deps): update craft-application to 2.1.0 | snapcraft | merged | Merged dependency update upgrading craft-application to 2.1.0. Approved by two reviewers, passed CI checks, and maintained full test coverage on modified lines. Changes span four files with a minimal diff. |