← Back to issue list

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

View original Github issue

Metadata

Project
craft-archives
Number
#201
Type
pull request
State
closed
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Closed without merging due to failing CI tests. Automated dependency updates for pytest and python-gnupg were abandoned.

Suggested action:

No scores available.

Issue body

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==7.4.2` -> `==7.4.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/7.4.2/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [python-gnupg](https://redirect.github.com/vsajip/python-gnupg) | `==0.5.1` -> `==0.5.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/python-gnupg/0.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/python-gnupg/0.5.1/0.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pytest-dev/pytest (pytest)</summary> ### [`v7.4.4`](https://redirect.github.com/pytest-dev/pytest/releases/tag/7.4.4): pytest 7.4.4 (2023-12-31) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/7.4.3...7.4.4) #### Bug Fixes - [#&#8203;11140](https://redirect.github.com/pytest-dev/pytest/issues/11140): Fix non-string constants at the top of file being detected as docstrings on Python>=3.8. - [#&#8203;11572](https://redirect.github.com/pytest-dev/pytest/issues/11572): Handle an edge case where `sys.stderr`{.interpreted-text role="data"} and `sys.__stderr__`{.interpreted-text role="data"} might already be closed when `faulthandler`{.interpreted-text role="ref"} is tearing down. - [#&#8203;11710](https://redirect.github.com/pytest-dev/pytest/issues/11710): Fixed tracebacks from collection errors not getting pruned. - [#&#8203;7966](https://redirect.github.com/pytest-dev/pytest/issues/7966): Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in `__iter__` methods. Now they are treated un-iterable instead. #### Improved Documentation - [#&#8203;11091](https://redirect.github.com/pytest-dev/pytest/issues/11091): Updated documentation to refer to hyphenated options: replaced `--junitxml` with `--junit-xml` and `--collectonly` with `--collect-only`. ### [`v7.4.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/v7.4.3): pytest 7.4.3 (2023-10-24) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) ## Bug Fixes - [#&#8203;10447](https://redirect.github.com/pytest-dev/pytest/issues/10447): Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression. - [#&#8203;11239](https://redirect.github.com/pytest-dev/pytest/issues/11239): Fixed `:=` in asserts impacting unrelated test cases. - [#&#8203;11439](https://redirect.github.com/pytest-dev/pytest/issues/11439): Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down. </details> <details> <summary>vsajip/python-gnupg (python-gnupg)</summary> ### [`v0.5.5`](https://redirect.github.com/vsajip/python-gnupg/releases/tag/0.5.5): Enhancement and bug-fix release 0.5.5 [Compare Source](https://redirect.github.com/vsajip/python-gnupg/compare/0.5.4...0.5.5) This is an enhancement and bug-fix release, and all users are encouraged to upgrade. Brief summary: - Fix [#&#8203;249](https://redirect.github.com/vsajip/python-gnupg/issues/249): Handle fetching GPG version when not the first item in the configuration. - Fix [#&#8203;250](https://redirect.github.com/vsajip/python-gnupg/issues/250): Capture uid info in a uid\_map attribute of ScanKeys/ListKeys. - Fix [#&#8203;255](https://redirect.github.com/vsajip/python-gnupg/issues/255): Improve handling of exceptions raised in background threads. This release has been signed with my code signing key: Vinay Sajip (CODE SIGNING KEY) \<vinay\_sajip at yahoo.co.uk> Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86 ### [`v0.5.4`](https://redirect.github.com/vsajip/python-gnupg/releases/tag/0.5.4): Enhancement and bug-fix release [Compare Source](https://redirect.github.com/vsajip/python-gnupg/compare/0.5.3...0.5.4) This is an enhancement and bug-fix release, and all users are encouraged to upgrade. Brief summary: - Fix [#&#8203;242](https://redirect.github.com/vsajip/python-gnupg/issues/242): Handle exceptions in the `on_data` callable. This release has been signed with my code signing key: Vinay Sajip (CODE SIGNING KEY) \<vinay\_sajip at yahoo.co.uk> Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86 ### [`v0.5.3`](https://redirect.github.com/vsajip/python-gnupg/releases/tag/0.5.3): Enhancement and bug-fix release [Compare Source](https://redirect.github.com/vsajip/python-gnupg/compare/0.5.2...0.5.3) This is an enhancement and bug-fix release, and all users are encouraged to upgrade. Brief summary: - Fix [#&#8203;117](https://redirect.github.com/vsajip/python-gnupg/issues/117): Add WKD (Web Key Directory) support for auto-locating keys. Thanks to Myzel394 for the patch. - Fix [#&#8203;237](https://redirect.github.com/vsajip/python-gnupg/issues/237): Ensure local variable is initialized even when an exception occurs. - Fix [#&#8203;239](https://redirect.github.com/vsajip/python-gnupg/issues/239): Remove logging of decryption result. This release has been signed with my code signing key: Vinay Sajip (CODE SIGNING KEY) \<vinay\_sajip at yahoo.co.uk> Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86 ### [`v0.5.2`](https://redirect.github.com/vsajip/python-gnupg/releases/tag/0.5.2): Enhancement and bug-fix release [Compare Source](https://redirect.github.com/vsajip/python-gnupg/compare/0.5.1...0.5.2) This is an enhancement and bug-fix release, and all users are encouraged to upgrade. Brief summary: - Fix [#&#8203;228](https://redirect.github.com/vsajip/python-gnupg/issues/228): Clarify documentation for encryption/decryption. - Make I/O buffer size configurable via `buffer_size` attribute on a `GPG` instance. This release has been signed with my code signing key: Vinay Sajip (CODE SIGNING KEY) \<vinay\_sajip at yahoo.co.uk> Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86 </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/craft-archives). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6ImhvdGZpeC8yLjAiLCJsYWJlbHMiOlsiUFI6IERlcGVuZGVuY2llcyJdfQ==-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Closed without merging due to failing CI tests. Automated dependency updates for pytest and python-gnupg were abandoned.
qwen3.6-35b-a3b-mtp-q6 Automatically merged dependency updates for pytest to 7.4.4 and python-gnupg to 0.5.5 into the hotfix/2.0 branch via Renovate bot.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#198 build(deps): update bugfixes (hotfix/2.0) craft-archives closed Abandoned after CI checks failed and a maintainer noted version 2.0 is deprecated. Dependency updates for pytest and python-gnupg targeting hotfix/2.0 were closed without merging.
92%
#130 build(deps): update bugfixes (main) craft-archives merged Merged to main via Renovate automerge. Updated pytest to 7.4.4 and python-gnupg to 0.5.4 to apply upstream bug fixes. Approved by two reviewers, passed CI checks, and committed.
80%
#202 build(deps): update bugfixes (hotfix/2.0) craft-archives closed Closed without merging after CI test failures. A maintainer requested removing the obsolete hotfix/2.0 branch, indicating the dependency update was abandoned or superseded.
80%
#794 build(deps): update bugfixes (main) craft-application closed Closed without merging. The dependency update PR for pydantic-kitbash, pytest-mock, and setuptools was closed due to failing CI checks, including snap-tests, OSV-scanner, and lint, despite automerge being enabled.
79%
#326 build(deps): update bugfixes (hotfix/3.2) craft-store closed Closed without merging due to failing CI checks, including OSV-scanner and tests on Noble. The dependency updates for myst-parser, sphinx-lint, and sphinx-reredirects were abandoned and not applied to the hotfix branch.
79%
#1223 build(deps): update bugfixes (hotfix/1.5) rockcraft closed Closed unmerged due to failing CI checks across multiple test suites and linters. Dependency updates were not applied. The automated bot will recreate the request.
79%
#191 build(deps): update bugfixes (main) craft-archives merged Merged automated dependency updates for ruff-pre-commit to v0.12.8 and python-gnupg to v0.5.5. Approved by reviewers, passed all CI checks, and merged via automerge.
78%
#253 build(deps): update bugfixes (hotfix/3.2) - autoclosed craft-store closed Automatically closed by Renovate bot without merging. The PR updated coverage, pytest, and sphinx-toolbox dependencies for the hotfix/3.2 branch. It was closed as outdated or conflicting, and will be automatically recreated.
76%
#219 build(deps): update dependency python-gnupg to v0.5.6 (main) craft-archives merged Merged automated dependency update upgrading python-gnupg from v0.5.5 to v0.5.6. Approved by two reviewers, passed all CI checks, and merged into main.
75%
#1043 build(deps): update bugfixes (main) - autoclosed craft-parts closed Renovate autoclosed this dependency update without merging. It targeted canonical-sphinx-extensions, myst-parser, sphinx-reredirects, uvicorn, and watchfiles. All CI passed, but changes were abandoned due to inactivity.
75%