fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| boto3 |
1.42.49 → 1.42.50
|
project.dependencies | patch | ||
| coverage |
7.13.3 → 7.13.4
|
dev | patch | ||
| pytest-django (changelog) |
4.11.1 → 4.12.0
|
dev | minor | ||
| tox (changelog) |
4.34.1 → 4.36.1
|
minor | |||
| tox (changelog) |
4.34.1 → 4.36.1
|
dev | minor | ||
| uis/devops/continuous-delivery/ci-templates |
v7.27.8 → v7.27.14
|
repository | patch |
Release Notes
boto/boto3 (boto3)
v1.42.50
=======
- api-change:
arc-region-switch: [botocore] Clarify documentation on ARC Region Switch start-plan-execution operation - api-change:
ec2: [botocore] Documentation updates for EC2 Secondary Networks - api-change:
ecr: [botocore] Adds support for enabling blob mounting, and removes support for Clair based image scanning - api-change:
kafka: [botocore] Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API. - api-change:
kms: [botocore] Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validation - api-change:
qconnect: [botocore] Update MessageType enum to include missing types.
coveragepy/coveragepy (coverage)
v7.13.4
-
Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in
issue 2129_. This is now fixed. -
Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in
pull 2130_. Thanks, Noah Fatsi. -
We now publish ppc64le wheels, thanks to
Pankhudi Jain <pull 2121_>_.
.. _pull 2121: #2121 .. _issue 2129: #2129 .. _pull 2130: #2130
.. _changes_7-13-3:
tox-dev/tox (tox)
v4.36.1
What's Changed
-
🔒 ci(workflows): add explicit permissions to workflows by @gaborbernat in #3714 - Add architecture documentation by @rahuldevikar in #3708
-
📚 docs(man): add Unix man page and composable CLI argument inheritance by @gaborbernat in #3705 - Add new logging section in documentation by @rahuldevikar in #3701
- Report TOML parse errors during config discovery instead of silently ignoring them by @rahuldevikar in #3710
-
🐛 fix(execute): adopt CPython subprocess stream handling by @gaborbernat in #3715
Full Changelog: https://github.com/tox-dev/tox/compare/4.36.0...4.36.1
v4.36.0
What's Changed
-
✨ feat(config): allow skip_missing_interpreters per environment by @gaborbernat in #3684 - Return non-zero exit code from
tox configwhen exceptions occur by @veeceey in #3683 - Update development.rst to reflect current standards by @rahuldevikar in #3685
- Build dependencies should only come from build backend by @rahuldevikar in #3687
- Add packaging environment docs to regular Configuration by @rahuldevikar in #3686
-
🔧 chore(type): migrate from mypy to ty by @gaborbernat in #3688 -
📝 docs(plugins): document CLI argument conventions by @gaborbernat in #3689 - Exclude self-dependencies in run_order to prevent KeyError by @rahuldevikar in #3690
- Drop setup.py mentions from the installation page by @rahuldevikar in #3693
-
🚀 perf(tests): prevent stale fixture state and fix flaky timing assertions by @gaborbernat in #3692 -
✨ feat(run): add fail-fast option to stop on first failure by @gaborbernat in #3691 -
📝 docs(plugins): document toxfile.py inline plugins by @gaborbernat in #3694 -
✨ feat(cli): add shell completion via argcomplete by @gaborbernat in #3695 -
✨ feat(package): validate extras against package metadata by @gaborbernat in #3696 -
✨ feat(depends): add glob pattern support for depends option by @gaborbernat in #3697 -
✨ feat(env): add disallow_pass_env to exclude env vars by @gaborbernat in #3698 -
📝 docs: restructure documentation following Diataxis framework by @gaborbernat in #3702 -
📝 docs: config enhancements, man page, version tracking by @gaborbernat in #3703 - Added a _resolve_path() static method to InstallPackageAction by @rahuldevikar in #3699
- Follow FORCE_COLOR. Any non-empty value now enables color by @rahuldevikar in #3700
New Contributors
Full Changelog: https://github.com/tox-dev/tox/compare/4.35.0...4.36.0
v4.35.0
What's Changed
- docs: fix misleading ENVDIR reference in devenv description by @VedantMadane in #3670
- Fix CI post packaging releese by @gaborbernat in #3673
- Fix code block format in docs/plugins.rst by @mushitoriami in #3675
- fix(docs): correct path for built documentation by @daniel7an in #3680
- Document injected environment variables by @rahuldevikar in #3681
- Show toxfile.py inline plugin in --version output by @rahuldevikar in #3682
New Contributors
- @VedantMadane made their first contribution in #3670
- @mushitoriami made their first contribution in #3675
- @daniel7an made their first contribution in #3680
- @rahuldevikar made their first contribution in #3681
Full Changelog: https://github.com/tox-dev/tox/compare/4.34.1...4.35.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.27.14: 7.27.14
7.27.14 (2026-02-16)
Bug Fixes
- deps: update auto-build-image docker tag to v4.16.0 (7a90595)
v7.27.13: 7.27.13
7.27.13 (2026-02-16)
Bug Fixes
v7.27.12: 7.27.12
7.27.12 (2026-02-11)
v7.27.11: 7.27.11
7.27.11 (2026-02-11)
Bug Fixes
-
deps: update python:3 docker digest to
151ab35(304b027) -
deps: update python:3.14 docker digest to
151ab35(2b90aef)
v7.27.10: 7.27.10
7.27.10 (2026-02-10)
Bug Fixes
v7.27.9: 7.27.9
7.27.9 (2026-02-09)
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.