fix(deps): update all dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update | 
|---|---|---|---|---|---|
| boto3 | 
1.40.42 -> 1.40.45
 | 
dependencies | patch | ||
| moto (changelog) | 
5.1.13 -> 5.1.14
 | 
dev | patch | ||
| pydantic (changelog) | 
2.11.9 -> 2.11.10
 | 
dependencies | patch | ||
| timothycrosley/isort | 
6.0.1 -> 6.1.0
 | 
repository | minor | ||
| tox (changelog) | 
4.30.2 -> 4.30.3
 | 
patch | |||
| tox (changelog) | 
4.30.2 -> 4.30.3
 | 
dev | patch | ||
| uis/devops/continuous-delivery/ci-templates | 
v7.17.5 -> v7.18.0
 | 
repository | minor | 
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
boto/boto3 (boto3)
v1.40.45
=======
- api-change:
cleanrooms: [botocore] Added support for reading data sources across regions, and results delivery to allowedlisted regions. - api-change:
medialive: [botocore] AWS Elemental MediaLive enables Mediapackage V2 users to configure ID3, KLV, Nielsen ID3, and Segment Length related parameters through the Mediapackage output group. - api-change:
payment-cryptography-data: [botocore] Added a new API - translateKeyMaterial; allows keys wrapped by ECDH derived keys to be rewrapped under a static AES keyblock without first importing the key into the service. - api-change:
qconnect: [botocore] Updated Amazon Q in Connect APIs to support Email Contact Recommendations. 
v1.40.44
=======
- api-change:
cloudformation: [botocore] Add new warning type 'EXCLUDED_RESOURCES' - api-change:
connectcases: [botocore] New Search All Related Items API enables searching related items across cases - api-change:
dynamodb: [botocore] Add support for dual-stack account endpoint generation - api-change:
endpoint-rules: [botocore] Update endpoint-rules client to latest version - api-change:
guardduty: [botocore] Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet. - api-change:
synthetics: [botocore] Adds support to configure canaries with pre-configured blueprint code on supported runtime versions. This behavior can be controlled via the new BlueprintTypes property exposed in the CreateCanary and UpdateCanary APIs. 
v1.40.43
=======
- api-change:
chime-sdk-meetings: [botocore] Add support to receive dual stack MediaPlacement URLs in Chime Meetings SDK - api-change:
cleanrooms: [botocore] This release introduces data access budgets to control how many times a table can be used for queries and jobs in a collaboration. - api-change:
cleanroomsml: [botocore] This release introduces data access budgets to view how many times an input channel can be used for ML jobs in a collaboration. - api-change:
dms: [botocore] This is a doc-only update, revising text for kms-key-arns. - api-change:
ecs: [botocore] This is a documentation only Amazon ECS release that adds additional information for health checks. - api-change:
pcs: [botocore] Added the UpdateCluster API action to modify cluster configurations, and Slurm custom settings for queues. 
getmoto/moto (moto)
v5.1.14
Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77
New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
    * MediaPackageV2:
        * create_channel()
        * create_channel_group()
        * delete_channel()
        * delete_channel_group()
        * get_channel()
        * get_channel_group()
        * list_channel_groups()
    * VPCLattice:
        * create_service()
        * create_service_network()
        * create_service_network_vpc_association()
        * create_rule()
New Methods:
    * Kinesis:
        * describe_limits()
    * Macie2:
        * disassociate_member()
        * enable_organization_admin_account()
        * list_organization_admin_accounts()
    * SecurityHub:
        * describe_hub()
        * disable_security_hub()
        * enable_security_hub()
    * ServiceHub-AppRegistry:
        * get_configuration()
        * put_configuration()
Miscellaneous:
    * IOTData: update_thing_shadow() now supports state=None
    * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names
    * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources
    * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body
    * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources
timothycrosley/isort (timothycrosley/isort)
v6.1.0
Changes
- Update docs discussions channel (#2410) @staticdev
 - Add python 3.14 classifier and badge (#2409) @staticdev
 - Drop use of non-standard pkg_resources API (#2405) @dvarrazzo
 - Use working isort version in pre-commit example (#2402) @iainelder
 - fix typo in _get_files_from_dir_cached test (#2392) @tiltingpenguin
 - Resolve bandit warnings (#2379) @kurtmckee
 - Add tox for cross-platform, parallel test suite execution (#2378) @kurtmckee
 - Add Project URLs to PyPI Side Panel (#2387) @guillermodotn
 - Fix typos (#2376) @co63oc
 
👷  Continuous Integration
- Add make bash scripts portable (#2377) @staticdev
 
📦  Dependencies
- Bump actions/checkout from 4 to 5 in the github-actions group (#2406) @dependabot[bot]
 - Bump astral-sh/setup-uv from 5 to 6 in the github-actions group (#2395) @dependabot[bot]
 
tox-dev/tox (tox)
v4.30.3
What's Changed
- Isolate the test suite from any existing 
DEFAULT_CONFIG_FILEfile by @kurtmckee in #3612 - Fix none config file issue 3611 by @kurtmckee in #3613
 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3608
 - Fix incorrect type annotations in PythonPathPackageWithDeps (fixes #3607) by @PreistlyPython in #3616
 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3615
 
New Contributors
- @PreistlyPython made their first contribution in #3616
 
Full Changelog: https://github.com/tox-dev/tox/compare/4.30.2...4.30.3
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.18.0: 7.18.0
7.18.0 (2025-10-02)
Features
v7.17.7: 7.17.7
7.17.7 (2025-10-02)
Bug Fixes
- python-tox: increase Kubernetes memory limit for python-tox jobs (461ab04)
 
v7.17.6: 7.17.6
7.17.6 (2025-10-01)
Bug Fixes
- terraform: set kubernetes CPU requests for terraform jobs (5c75c2d)
 
Configuration
- 
If you want to rebase/retry this MR, check this box  
This MR has been generated by Renovate Bot.