fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| boto3 |
1.42.39 → 1.42.44
|
project.dependencies | patch | ||
| coverage |
7.13.2 → 7.13.3
|
dev | patch | ||
| django (changelog) |
6.0.1 → 6.0.2
|
project.optional-dependencies | patch | ||
| faker (changelog) |
40.1.2 → 40.4.0
|
dev | minor | ||
| google-cloud-storage |
3.8.0 → 3.9.0
|
project.dependencies | minor | ||
| mkdocstrings (changelog) |
1.0.2 → 1.0.3
|
docs | patch | ||
| moto (changelog) |
5.1.20 → 5.1.21
|
dev | patch | ||
| uis/devops/continuous-delivery/ci-templates |
v7.26.2 → v7.27.8
|
repository | minor |
Release Notes
boto/boto3 (boto3)
v1.42.44
=======
- api-change:
bedrock-data-automation-runtime: [botocore] Add OutputConfiguration to InvokeDataAutomation input and output to support S3 output - api-change:
deadline: [botocore] Adds support for tagging jobs during job creation - api-change:
iot-managed-integrations: [botocore] Adding support for Custom(General) Authorization in managed integrations for AWS IoT Device Management cloud connectors. - api-change:
partnercentral-selling: [botocore] Releasing AWS Opportunity Snapshots for SDK release. - api-change:
sagemaker: [botocore] Adding g7e instance support in Sagemaker Training
v1.42.43
=======
- api-change:
arc-region-switch: [botocore] Updates documentation for ARC Region switch and provides stronger validation for Amazon Aurora Global Database execution block parameters. - api-change:
athena: [botocore] Reduces the minimum TargetDpus to create or update capacity reservations from 24 to 4. - api-change:
bedrock-agentcore: [botocore] Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser. - api-change:
bedrock-agentcore-control: [botocore] Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser. - api-change:
glue: [botocore] This release adds the capability to easily create custom AWS Glue connections to data sources with REST APIs. - api-change:
medialive: [botocore] Outputs using the AV1 codec in CMAF Ingest output groups in MediaLive now have the ability to specify a target bit depth of 8 or 10. - api-change:
neptune-graph: [botocore] Minor neptune-graph documentation changes - api-change:
ram: [botocore] Added ListSourceAssociations API. Allows RAM resource share owners to list source associations that determine which sources can access resources through service principal associations. Supports filtering by resource share ARN, source ID, source type, or status, with pagination. - api-change:
transfer: [botocore] Adds support for the customer to send custom HTTP headers and configure an AS2 Connector to receive Asynchronous MDNs from their trading partner - api-change:
workspaces: [botocore] Added support for 12 new graphics-optimized compute types - Graphics.g6 (xlarge, 2xlarge, 4xlarge, 8xlarge, 16xlarge), Graphics.gr6 (4xlarge, 8xlarge), Graphics.g6f (large, xlarge, 2xlarge, 4xlarge), and Graphics.gr6f (4xlarge). - enhancement:HTTP session: [
botocore] Set blocksize from default 16KB to 128KB if urllib3 v2 is installed
v1.42.42
=======
- api-change:
bedrock-runtime: [botocore] Added support for structured outputs to Converse and ConverseStream APIs. - api-change:
connectcases: [botocore] Amazon Connect Cases now supports larger, multi-line text fields with up to 4,100 characters. Administrators can use the Admin UI to select the appropriate configuration (single-line or multi-line) on a per-field basis, improving case documentation capabilities. - api-change:
eks: [botocore] Update delete cluster description - api-change:
medialive: [botocore] AWS Elemental MediaLive now supports SRT listener mode for inputs and outputs, in addition to the existing SRT caller mode. - api-change:
redshift: [botocore] We have increased the maximum duration for a deferred maintenance window from 45 days to 60 days for Amazon Redshift provisioned clusters. This enhancement provides customers with greater flexibility in scheduling patching and maintenance activities while also maintaining security compliance. - api-change:
workspaces-web: [botocore] Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals. - enhancement:Validation: [
botocore] Updated list validation to add fast-path for list members that only require basic type checking.
v1.42.41
=======
- api-change:
batch: [botocore] AWS Batch Array Job Visibility feature support. Includes new statusSummaryLastUpdatedAt for array job parent DescribeJobs responses for the last time the statusSummary was updated. Includes both statusSummary and statusSummaryLastUpdatedAt in ListJobs responses for array job parents. - api-change:
dynamodb: [botocore] This change supports the creation of multi-account global tables. It adds two new arguments to CreateTable, GlobalTableSourceArn and GlobalTableSettingsReplicationMode. DescribeTable is also updated to include information about GlobalTableSettingsReplicationMode. - api-change:
endpoint-rules: [botocore] Update endpoint-rules client to latest version - api-change:
geo-maps: [botocore] Added support for optional style parameters in maps, including 3D terrain and 3D Buildings - api-change:
kinesis: [botocore] Adds StreamId parameter to AWS Kinesis Data Streams APIs that is reserved for future use. - api-change:
marketplace-catalog: [botocore] Adds support for Catalog API us-east-1 dualstack endpoint catalog-marketplace.us-east-1.api.aws - api-change:
organizations: [botocore] Updated the CloseAccount description. - api-change:
sso-admin: [botocore] Added new Region management APIs to support multi-Region replication in IAM Identity Center.
v1.42.40
=======
- api-change:
bedrock-agentcore-control: [botocore] Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) - api-change:
cloudfront: [botocore] Add OriginMTLS support to CloudFront Distribution APIs - api-change:
mpa: [botocore] Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations.
coveragepy/coveragepy (coverage)
v7.13.3
- Fix: in some situations, third-party code was measured when it shouldn't have
been, slowing down test execution. This happened with layered virtual
environments such as uv sometimes makes. The problem is fixed, closing
issue 2082_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.
.. _issue 2082: #2082
.. _changes_7-13-2:
joke2k/faker (faker)
v40.4.0
- Add passport and
cieforit_IT. Thanks @ElektroDuck.
v40.3.0
- Add major Greek banks to
el_GRbank provider. Thanks @bon12-gr.
v40.2.0
- Update internet
pt_bRprovider (domains, tlds, slugify). Thanks @MorganaSilva.
v40.1.3
- fix
pyfloatTypeErrorwhen combiningpositive=Truewithmax_value. Thanks @odrigobnogueira.
googleapis/python-storage (google-cloud-storage)
v3.9.0
Features
- add get_object method for async grpc client (#1735) (0e5ec29bc6a31b77bcfba4254cef5bffb199095c)
- expose
DELETE_OBJECTinAsyncGrpcClient(#1718) (c8dd7a0b124c395b7b60189ee78f47aba8d51f7d) - update generation for MRD (#1730) (08bc7082db7392f13bc8c51511b4afa9c7b157c9)
- Move Zonal Buckets features of
_experimental(#1728) (74c9ecc54173420bfcd48498a8956088a035af50) - add default user agent for grpc (#1726) (7b319469d2e495ea0bf7367f3949190e8f5d9fff)
- expose finalized_time in blob.py applicable for GET_OBJECT in ZB (#1719) (8e21a7fe54d0a043f31937671003630a1985a5d2)
- add context manager to mrd (#1724) (5ac2808a69195c688ed42c3604d4bfadbb602a66)
- integrate writes strategy and appendable object writer (#1695) (dbd162b3583e32e6f705a51f5c3fef333a9b89d0)
- Add support for opening via
write_handleand fixwrite_handletype (#1715) (2bc15fa570683ba584230c51b439d189dbdcd580) - Add micro-benchmarks for writes comparing standard (regional) vs rapid (zonal) buckets. (#1707) (dbe9d8b89d975dfbed8c830a5687ccfafea51d5f)
- Add micro-benchmarks for reads comparing standard (regional) vs rapid (zonal) buckets. (#1697) (1917649fac41481da1adea6c2a9f4ab1298a34c4)
- send
user_agentto grpc channel (#1712) (cdb2486bb051dcbfbffc2510aff6aacede5e54d3) - add samples for appendable objects writes and reads (#1705) (2e1a1eb5cbe1c909f1f892a0cc74fe63c8ef36ff)
- add samples for appendable objects writes and reads (2e1a1eb5cbe1c909f1f892a0cc74fe63c8ef36ff)
- add support for
generation=0to avoid overwriting existing objects and addis_stream_opensupport (#1709) (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae) - add support for
generation=0to prevent overwriting existing objects (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae) - add
is_stream_openproperty to AsyncAppendableObjectWriter for stream status check (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)
Bug Fixes
- receive eof while closing reads stream (#1733) (2ef63396dca1c36f9b0f0f3cf87a61b5aa4bd465)
- Change contructors of MRD and AAOW AsyncGrpcClient.grpc_client to AsyncGrpcClient (#1727) (e730bf50c4584f737ab86b2e409ddb27b40d2cec)
- instance grpc client once per process in benchmarks (#1725) (721ea2dd6c6db2aa91fd3b90e56a831aaaa64061)
- update write handle on every recv() (#1716) (5d9fafe1466b5ccb1db4a814967a5cc8465148a2)
- Fix formatting in setup.py dependencies list (#1713) (cc4831d7e253b265b0b96e08b5479f4c759be442)
- implement requests_done method to signal end of requests in async streams. Gracefully close streams. (#1700) (6c160794afded5e8f4179399f1fe5248e32bf707)
- implement requests_done method to signal end of requests in async streams. Gracefully close streams. (6c160794afded5e8f4179399f1fe5248e32bf707)
getmoto/moto (moto)
v5.1.21
Docker Digest for 5.1.21: sha256:93ad54da7badce7f9c13e5e6439c93564c764663c42872d2c39f718aa484047a
General:
* Moto now supports the new AWS partition for the EU sovereign cloud ('eusc-de-east-1')
New Services:
* Account:
* delete_alternate_contact()
* get_alternate_contact()
* put_alternate_contact()
* Connect:
* associate_analytics_data_set()
* create_instance()
* delete_instance()
* describe_instance()
* disassociate_analytics_data_set()
* list_analytics_data_associations()
* list_instances()
* list_tags_for_resource()
* tag_resource()
* untag_resource()
New Methods:
* Backup:
* create_report_plan()
* delete_backup_vault()
* delete_backup_vault_lock_configuration()
* describe_backup_vault()
* describe_report_plan()
* list_report_plans()
* put_backup_vault_lock_configuration()
* EKS:
* update_nodegroup_config()
* Route53Resolver:
* get_resolver_query_log_config_association()
* list_resolver_query_log_configs()
* list_resolver_query_log_config_associations()
* SecurityHub:
* get_master_account()
Miscellaneous:
* DynamoDB now supports multi-attribute composite key support for GSIs
* ELBv2: Internal load balancers can now be `dualstack`
* IAM: Policy validation now correctly validates Boolean conditions and NULL-resources
* Lambda: put_function_event_invoke_config() no longer requires the DestinationConfig-parameter
* ResourceGroupsTaggingAPI: tag_resources() and untag_resources() now supports CloudFront resources
* SageMaker: describe_domain() now returns the DomainSetting-attribute
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.27.8: 7.27.8
7.27.8 (2026-02-05)
v7.27.7: 7.27.7
7.27.7 (2026-02-05)
v7.27.6: 7.27.6
7.27.6 (2026-02-05)
Bug Fixes
-
deps: update alpine/httpie:3.2.4 docker digest to
bc4c7bc(d7ce92f) -
deps: update python:3 docker digest to
1c4c033(856a122) -
deps: update python:3.14 docker digest to
1c4c033(0182a8c)
v7.27.5: 7.27.5
7.27.5 (2026-02-04)
Bug Fixes
v7.27.4: 7.27.4
7.27.4 (2026-02-04)
v7.27.3: 7.27.3
7.27.3 (2026-02-04)
Bug Fixes
-
deps: update docker:dind docker digest to
8bcbad4(4ccc9c3) -
deps: update python:3 docker digest to
fbf695a(134b929) -
deps: update python:3.14 docker digest to
fbf695a(da47b1e)
v7.27.2: 7.27.2
7.27.2 (2026-02-03)
v7.27.1: 7.27.1
7.27.1 (2026-02-03)
Bug Fixes
v7.27.0: 7.27.0
7.27.0 (2026-02-02)
Features
v7.26.3: 7.26.3
7.26.3 (2026-02-02)
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot