build(deps): update bugfixes
Metadata
Current evaluation
Merged automated dependency updates for mypy, pyright, pytest, and tox-gh. The Renovate bot request passed CI checks, received two approvals, and was automatically merged into the main branch.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mypy](https://www.mypy-lang.org/) ([source](https://redirect.github.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | `==1.11.1` -> `==1.11.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/) |
| [pyright](https://redirect.github.com/RobertCraigie/pyright-python) | `==1.1.375` -> `==1.1.380` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==8.3.2` -> `==8.3.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [tox-gh](https://redirect.github.com/tox-dev/tox-gh#tox-gh) | `1.3.2` -> `1.3.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [tox-gh](https://redirect.github.com/tox-dev/tox-gh#tox-gh) | `==1.3.2` -> `==1.3.3` | [](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>python/mypy (mypy)</summary>
### [`v1.11.2`](https://redirect.github.com/python/mypy/compare/v1.11.1...v1.11.2)
[Compare Source](https://redirect.github.com/python/mypy/compare/v1.11.1...v1.11.2)
</details>
<details>
<summary>RobertCraigie/pyright-python (pyright)</summary>
### [`v1.1.380`](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.380)
[Compare Source](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.380)
### [`v1.1.379`](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.379)
[Compare Source](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.379)
### [`v1.1.378`](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.377...v1.1.378)
[Compare Source](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.377...v1.1.378)
### [`v1.1.377`](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.377)
[Compare Source](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.377)
### [`v1.1.376`](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.375...v1.1.376)
[Compare Source](https://redirect.github.com/RobertCraigie/pyright-python/compare/v1.1.375...v1.1.376)
</details>
<details>
<summary>pytest-dev/pytest (pytest)</summary>
### [`v8.3.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.3)
[Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.2...8.3.3)
# pytest 8.3.3 (2024-09-09)
## Bug fixes
- [#​12446](https://redirect.github.com/pytest-dev/pytest/issues/12446): Avoid calling `@property` (and other instance descriptors) during fixture discovery -- by `asottile`{.interpreted-text role="user"}
- [#​12659](https://redirect.github.com/pytest-dev/pytest/issues/12659): Fixed the issue of not displaying assertion failure differences when using the parameter `--import-mode=importlib` in pytest>=8.1.
- [#​12667](https://redirect.github.com/pytest-dev/pytest/issues/12667): Fixed a regression where type change in \[ExceptionInfo.errisinstance]{.title-ref} caused \[mypy]{.title-ref} to fail.
- [#​12744](https://redirect.github.com/pytest-dev/pytest/issues/12744): Fixed typing compatibility with Python 3.9 or less -- replaced \[typing.Self]{.title-ref} with \[typing_extensions.Self]{.title-ref} -- by `Avasam`{.interpreted-text role="user"}
- [#​12745](https://redirect.github.com/pytest-dev/pytest/issues/12745): Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
- [#​6682](https://redirect.github.com/pytest-dev/pytest/issues/6682): Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in `assert condition, msg`).
- [#​9422](https://redirect.github.com/pytest-dev/pytest/issues/9422): Fix bug where disabling the terminal plugin via `-p no:terminal` would cause crashes related to missing the `verbose` option.
\-- by `GTowers1`{.interpreted-text role="user"}
## Improved documentation
- [#​12663](https://redirect.github.com/pytest-dev/pytest/issues/12663): Clarify that the \[pytest_deselected]{.title-ref} hook should be called from \[pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
- [#​12678](https://redirect.github.com/pytest-dev/pytest/issues/12678): Remove erroneous quotes from \[tmp_path_retention_policy]{.title-ref} example in docs.
## Miscellaneous internal changes
- [#​12769](https://redirect.github.com/pytest-dev/pytest/issues/12769): Fix typos discovered by codespell and add codespell to pre-commit hooks.
</details>
<details>
<summary>tox-dev/tox-gh (tox-gh)</summary>
### [`v1.3.3`](https://redirect.github.com/tox-dev/tox-gh/releases/tag/1.3.3)
[Compare Source](https://redirect.github.com/tox-dev/tox-gh/compare/1.3.2...1.3.3)
<!-- Release notes generated using configuration in .github/release.yml at main -->
##### What's Changed
- Declare 3.13 support by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/tox-gh/pull/128](https://redirect.github.com/tox-dev/tox-gh/pull/128)
**Full Changelog**: https://github.com/tox-dev/tox-gh/compare/1.3.2...1.3.3
</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-store).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged automated dependency updates for mypy, pyright, pytest, and tox-gh. The Renovate bot request passed CI checks, received two approvals, and was automatically merged into the main branch. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency updates for mypy, pyright, pytest, and tox-gh to apply recent bugfixes. The changes were successfully integrated after lint issues were addressed in a separate pull request. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #510 build(deps): update bugfixes (main) | craft-application | merged | Merged automatically via Renovate bot following two approvals and passing CI. Updated pytest to 8.3.3 and setuptools to 74.1.3 to apply upstream bug fixes. Single file changed with minimal diff. | |
| #610 build(deps): update bugfixes (main) | craft-application | merged | Merged automated patch updates for ruff-pre-commit, coverage, pytest, and pytest-freezer into main. The request passed CI checks and received approvals before being successfully merged by Renovate bot. | |
| #441 build(deps): update bugfixes (main) | craft-cli | merged | Merged automated dependency updates into main. Renovate bot upgraded astral-sh/ruff-pre-commit to v0.15.15 and mypy to 1.20.2. Approved by two reviewers, passed CI, and merged successfully. | |
| #5058 build(deps): update bugfixes (main) | snapcraft | merged | Merged automated dependency updates to main via Renovate. Updated mdit-py-plugins, pytest, starlette, types-PyYAML, virtualenv, and zipp to latest patch releases. CI passed, received two approvals, and was auto-merged. | |
| #2175 build(deps): update bugfixes (main) | charmcraft | closed | Automatically merged to update several Python packages and pre-commit tools to their latest patch versions. The Renovate bot applied the dependency upgrades without manual intervention. | |
| #42 build(deps): update bugfixes | craft-grammar | merged | Merged automated dependency updates for pyright and tox-gh. Approved by reviewers, passed CI, and successfully merged into the main branch. | |
| #196 build(deps): update dependency mypy to ~=2.2.0 (main) | craft-grammar | merged | Merged an automated dependency update upgrading mypy from ~=2.1.0 to ~=2.2.0. Generated by Renovate bot, the change received one approval, passed all CI checks, and was manually merged after configuration disabled automerge. | |
| #343 build(deps): update dependency mypy to ~=1.20.2 (main) | imagecraft | merged | Merged into main after passing CI and receiving two approvals. The Renovate-generated update upgraded the mypy dependency from ~=1.19.1 to ~=1.20.2. | |
| #106 build(deps): update dependency mypy to ~=1.17.0 | craft-grammar | merged | Merged an automated dependency update upgrading mypy from ~=1.16.1 to ~=1.17.0. Generated by Renovate, the change received two approvals, passed all CI checks, and was successfully merged. | |
| #98 build(deps): update dependency mypy to ~=1.16.1 | craft-grammar | merged | Merged a Renovate-generated update upgrading the mypy dependency from ~=1.15.0 to ~=1.16.1. Approved by two reviewers and CI checks passed before integration into the main branch. |