fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| boto3 |
1.42.50 → 1.42.54
|
project.dependencies | patch | ||
| mkdocs-material (changelog) |
9.7.1 → 9.7.2
|
docs | patch | ||
| tox (changelog) |
4.36.1 → 4.44.0
|
minor | |||
| tox (changelog) |
4.36.1 → 4.44.0
|
dev | minor | ||
| uis/devops/continuous-delivery/ci-templates |
v7.27.14 → v7.28.0
|
repository | minor |
Release Notes
boto/boto3 (boto3)
v1.42.54
=======
- api-change:
appstream: [botocore] Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. - api-change:
ecs: [botocore] Migrated to Smithy. No functional changes - api-change:
endpoint-rules: [botocore] Update endpoint-rules client to latest version - api-change:
sagemaker-runtime: [botocore] Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. - api-change:
signer-data: [botocore] This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. - api-change:
ssm: [botocore] Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. - api-change:
trustedadvisor: [botocore] Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios.
v1.42.53
=======
- api-change:
bcm-dashboards: [botocore] The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. - api-change:
ecr: [botocore] Adds multiple artifact types filter support in ListImageReferrers API. - api-change:
pca-connector-scep: [botocore] AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. - enhancement:
checksums: [botocore] Added support for the SHA512 checksum algorithm. When the optional AWS CRT (awscrt) dependency is installed, support is also enabled for the XXHASH64, XXHASH3, and XXHASH128 checksum algorithms. Also added pass-through support for customer-provided MD5 checksum headers (without SDK-side MD5 calculation or validation).
v1.42.52
=======
- api-change:
cleanrooms: [botocore] This release adds support for federated catalogs in Athena-sourced configured tables. - api-change:
connect: [botocore] Correcting in-app notifications API documentation.
v1.42.51
=======
- api-change:
ec2: [botocore] Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs. - api-change:
evidently: [botocore] The evidently client has been removed following the deprecation of the service. - api-change:
grafana: [botocore] This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys. - api-change:
iotanalytics: [botocore] The iotanalytics client has been removed following the deprecation of the service. - api-change:
rds: [botocore] Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters. - api-change:
workspaces-web: [botocore] Adds support for branding customization without requiring a custom wallpaper.
squidfunk/mkdocs-material (mkdocs-material)
v9.7.2: mkdocs-material-9.7.2
[!WARNING]
Material for MkDocs is in maintenance mode
Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.
Changes
- Opened up version ranges of optional dependencies for forward-compatibility
- Added warning to
mkdocs buildabout impending MkDocs 2.0 incompatibility (doesn't affect strict mode)
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
v4.38.0
What's Changed
-
🐛 fix(test): resolve Windows CI flake in provision integration tests by @gaborbernat in #3732 - Scope deps rejection to pure PEP-517 build types by @rahuldevikar in #3730
Full Changelog: https://github.com/tox-dev/tox/compare/4.37.0...4.38.0
v4.37.0
What's Changed
-
✨ feat(config): add extra_setup_commands for --notest phase by @gaborbernat in #3716 -
🐛 fix(release): format changelog with pre-commit before committing by @gaborbernat in #3717 -
📝 docs: restructure documentation using Diátaxis framework by @gaborbernat in #3718 -
🐛 fix(pip): set PIP_USER=0 to prevent --user installs in virtualenvs by @gaborbernat in #3719 -
🐛 fix(config): prevent env_run_base deps from being clobbered by @gaborbernat in #3721 - Fix env name with dot losing description in TOML config by @Fridayai700 in #3722
-
🐛 fix(ci): add completion extras to type checker environments by @gaborbernat in #3728 - Fix factor selection via TOX_FACTORS environment variable by @Fridayai700 in #3725
- Fix setenv PATH modifications being overwritten by @Fridayai700 in #3723
- Fix extras with underscores not matching hyphenated metadata by @Fridayai700 in #3727
- Fix install_command ignored from TOML config by @Fridayai700 in #3724
- Fix deps with ~= version specifier treated as local paths by @Fridayai700 in #3726
New Contributors
- @Fridayai700 made their first contribution in #3722
Full Changelog: https://github.com/tox-dev/tox/compare/4.36.1...4.37.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
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.