fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| mkdocstrings-python (changelog) |
2.0.2 → 2.0.3
|
docs | patch | ||
| psycopg (changelog) |
3.3.2 → 3.3.3
|
dependencies | patch | ||
| tox (changelog) |
4.38.0 → 4.44.0
|
minor | |||
| tox (changelog) |
4.38.0 → 4.44.0
|
dev | minor | ||
| ucam-user-notify |
1.1.10 → 1.1.12
|
dependencies | patch | ||
| uis/devops/continuous-delivery/ci-templates |
v7.27.14 → v7.28.1
|
repository | minor |
Release Notes
mkdocstrings/python (mkdocstrings-python)
v2.0.3
Build
- Depend on griffelib instead of griffe (770a5f6 by Timothée Mazzucotelli).
tox-dev/tox (tox)
v4.44.0
What's Changed
-
🐛 fix(config): keep unfactored continuation lines after filtered factors (#3802) by @gaborbernat in #3804 -
✨ feat(config): add PEP 751 pylock.toml support by @gaborbernat in #3803
Full Changelog: https://github.com/tox-dev/tox/compare/4.43.0...4.44.0
v4.43.0
What's Changed
-
📝 docs(infra): integrate sphinxcontrib-towncrier by @gaborbernat in #3798 -
✨ feat(toml): add generative env_list via product dict by @gaborbernat in #3797 -
🐛 fix(config): restore factor conditional continuations by @gaborbernat in #3799 -
🐛 fix(pip): pass config_settings to pip for sdist install by @gaborbernat in #3800
Full Changelog: https://github.com/tox-dev/tox/compare/4.42.0...4.43.0
v4.42.0
What's Changed
-
🐛 fix(interrupt): suppress BrokenPipeError during teardown by @gaborbernat in #3778 -
✨ feat(cli): add --no-capture flag for interactive programs by @gaborbernat in #3777 -
✨ feat(config): add platform-dependent factor support by @gaborbernat in #3779 -
✨ feat(env): gracefully skip environments with unavailable runners by @gaborbernat in #3781 -
🐛 fix(env): restore compound factor conditionals by @gaborbernat in #3782 -
✨ feat(config): add default_base_python config key by @gaborbernat in #3783 -
✨ feat(config): add env_site_packages_dir_plat substitution by @gaborbernat in #3784 -
🐛 fix(parallel): show --list-dependencies output by @gaborbernat in #3786 -
✨ feat(config): add open-ended generative ranges by @gaborbernat in #3788 -
🐛 fix(config): collapse continuation lines before factor filtering by @gaborbernat in #3787 -
✨ feat(pkg): cache external packaging env build across envs by @gaborbernat in #3790 -
✨ feat(changelog): add granular towncrier categories by @gaborbernat in #3785 -
✨ feat(cli): accept plugin CLI options during provisioning by @gaborbernat in #3791 -
✨ feat(env): add recreate_commands config key by @gaborbernat in #3793 -
📝 docs(faq): document Debian python3-venv limitation by @gaborbernat in #3789 -
✨ feat(config): warn on unused config keys with -v by @gaborbernat in #3795 -
✨ feat(cli): add --skip-env-install flag for offline env reuse by @gaborbernat in #3792 -
✨ feat(env): add virtualenv_spec for per-env version pinning by @gaborbernat in #3794
Full Changelog: https://github.com/tox-dev/tox/compare/4.41.0...4.42.0
v4.41.0
What's Changed
- Prefer TOML-native config over legacy_tox_ini in pyproject.toml by @rahuldevikar in #3776
-
✨ feat(config): addpackage = "deps-only"mode by @gaborbernat in #3774
Full Changelog: https://github.com/tox-dev/tox/compare/4.40.0...4.41.0
v4.40.0
What's Changed
- Use positive exit code for multi-env failures by @rahuldevikar in #3768
-
✨ feat(config): add {glob:PATTERN} substitution by @gaborbernat in #3769 - Add package=sdist-wheel package type by @rahuldevikar in #3741
-
✨ feat(config): add conditional replace for TOML by @gaborbernat in #3771 - Create .gitignore in work_dir and info file directories by @rahuldevikar in #3770
-
✨ feat(run): add commands_retry config option by @gaborbernat in #3772 -
🐛 fix(config): set_env override lost after load by @gaborbernat in #3775
Full Changelog: https://github.com/tox-dev/tox/compare/4.39.0...4.40.0
v4.39.0
What's Changed
-
🐛 fix(ci): suppress Pygments DeprecationWarning on Python 3.15 by @gaborbernat in #3733 -
🐛 fix(deps): apply --force-dep to package metadata dependencies by @gaborbernat in #3734 - fix(ci): drop module scope from commonprefix warning filter by @gaborbernat in #3735
-
🐛 fix(config): resolve overrides with alias config keys by @gaborbernat in #3736 -
🐛 fix(config): set_env cross-section substitution loses values by @gaborbernat in #3737 -
🐛 fix(legacy): --parallel-no-spinner no longer suppresses output by @gaborbernat in #3738 -
🐛 fix(config): set_env cross-section substitution precedence by @gaborbernat in #3739 -
🐛 fix(config): set_env file| no longer overrides later values by @gaborbernat in #3740 -
🐛 fix(config): setup.cfg without [tox:tox] no longer blocks discovery by @gaborbernat in #3742 -
🐛 fix(env): posargs with colon no longer crash inactive envs by @gaborbernat in #3744 -
🐛 fix(provision): skip requires with false environment markers by @gaborbernat in #3745 -
🐛 fix(config): env variable substitution in package envs by @gaborbernat in #3746 -
🐛 fix(config): set_env substitution honors skip_missing_interpreters by @gaborbernat in #3747 -
🐛 fix(config): resolve cross-section refs in caller context by @gaborbernat in #3748 -
🐛 fix(config): break changedir/posargs circular dependency by @gaborbernat in #3749 -
🐛 fix(cli): support brace expansion in -e flag by @gaborbernat in #3750 -
🐛 fix(config): factor filter fallback to default value by @gaborbernat in #3751 -
🐛 fix(env): preserve shared pkg env on recreate by @gaborbernat in #3752 -
🐛 fix(env): reject partial testenv section matches by @gaborbernat in #3753 -
🐛 fix(config): support base inherit in TOML format by @gaborbernat in #3754 -
🐛 fix(cli): make multiple -e flags additive by @gaborbernat in #3755 -
🐛 fix(provision): serialize concurrent provisioning by @gaborbernat in #3756 -
📝 docs: document interactive terminal programs limitation by @gaborbernat in #3757 -
🐛 fix(config): defer TOML set_env string substitution by @gaborbernat in #3759 -
🐛 fix(config): handle cross-drive posargs on Windows by @gaborbernat in #3760 -
🐛 fix(plugin): skip toxfile.py with unknown hooks by @gaborbernat in #3762 -
🐛 fix(config): skip non-tox sections in env discovery by @gaborbernat in #3761 -
🐛 fix(config): treat backslash-space as path separator on Windows by @gaborbernat in #3764 -
🐛 fix(config): preserve colors in provisioned tox on Windows by @gaborbernat in #3765 - create a cachedir.tag file in the tox work directory by @rahuldevikar in #3763
-
🐛 fix(execute): render ANSI colors from subprocesses on Windows by @gaborbernat in #3766 -
🧪 test(config): verify unicode support in config files by @gaborbernat in #3767
Full Changelog: https://github.com/tox-dev/tox/compare/4.38.0...4.39.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.28.1: 7.28.1
7.28.1 (2026-02-23)
Bug Fixes
v7.28.0: 7.28.0
7.28.0 (2026-02-18)
Features
- delete auto-devops/deploy-cloud-run-services/deploy-cloud-run.yml (98e6854)
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.