chore(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pre-commit/mirrors-mypy | repository | patch |
v1.16.0 -> v1.16.1
|
pycqa/flake8 | repository | minor |
7.2.0 -> 7.3.0
|
pytest (changelog) | dev | patch |
8.4.0 -> 8.4.1
|
tox (changelog) | minor |
4.26.0 -> 4.27.0
|
|
tox (changelog) | dev | minor |
4.26.0 -> 4.27.0
|
uis/devops/continuous-delivery/ci-templates | repository | major |
v6.14.1 -> v7.1.0
|
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
pytest-dev/pytest (pytest)
v8.4.1
pytest 8.4.1 (2025-06-17)
Bug fixes
-
#13461: Corrected
_pytest.terminal.TerminalReporter.isatty
to support being called as a method. Before it was just a boolean which could break correct code when using-o log_cli=true
). -
#13477: Reintroduced
pytest.PytestReturnNotNoneWarning
{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.This warning is raised when a test functions returns a value other than
None
, which is often a mistake made by beginners.See
return-not-none
{.interpreted-text role="ref"} for more information. -
#13497: Fixed compatibility with
Twisted 25+
.
Improved documentation
-
#13492: Fixed outdated warning about
faulthandler
not working on Windows.
tox-dev/tox (tox)
v4.27.0
What's Changed
- Feat: include free_threaded flag in result-json by @robsdedude in https://github.com/tox-dev/tox/pull/3534
- Add security policy by @jugmac00 in https://github.com/tox-dev/tox/pull/3535
- Fix dependency-group name normalization by @robsdedude in https://github.com/tox-dev/tox/pull/3540
- Log environment variables sorted by key while redacting values of unsafe ones by @ssbarnea in https://github.com/tox-dev/tox/pull/3543
Full Changelog: https://github.com/tox-dev/tox/compare/4.26.0...4.27.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.1.0
: 7.1.0
7.1.0 (2025-06-19)
Features
v7.0.2
: 7.0.2
7.0.2 (2025-06-17)
v7.0.1
: 7.0.1
7.0.1 (2025-06-17)
Bug Fixes
v7.0.0
: 7.0.0
7.0.0 (2025-06-17)
⚠️ BREAKING CHANGES
- add the common-pipeline, commitlint, and release-it
Features
- add the common-pipeline, commitlint, and release-it (8fbf3a9)
v6.15.0
Changed
-
terraform-module.yml
: Add support for Terraform testing with additional cleanup scripts.
Fixed
-
terraform-module.yml
: Override thetflint
job so that theterraform_standard_module_structure
rule is applied. -
terraform-module.yml
: Override thepre-commit
job to avoid duplication of ourterraform-fmt
,tflint
, andtrivy
jobs.
v6.14.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.