chore(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
flake8 (changelog) | minor |
==7.2.0 -> ==7.3.0
|
|
postgres | service-image | pinDigest | -> 6cf6142
|
pycodestyle (changelog) | minor |
==2.13.0 -> ==2.14.0
|
|
pyflakes | minor |
==3.3.2 -> ==3.4.0
|
|
pytest (changelog) | patch |
==8.4.0 -> ==8.4.1
|
|
tox (changelog) | minor |
==4.26.0 -> ==4.27.0
|
|
uis/devops/continuous-delivery/ci-templates | repository | major |
v6.15.0 -> v7.2.0
|
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.2.0
: 7.2.0
7.2.0 (2025-06-23)
Features
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)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.