fix(deps): update all dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
boto3 |
1.40.21 -> 1.40.25
|
dependencies | patch | ||
moto (changelog) |
5.1.11 -> 5.1.12
|
dev | patch | ||
pytest (changelog) |
8.4.1 -> 8.4.2
|
dev | patch | ||
pytest-cov (changelog) |
6.2.1 -> 6.3.0
|
dev | minor | ||
typer (changelog) |
0.17.3 -> 0.17.4
|
dependencies | patch | ||
uis/devops/continuous-delivery/ci-templates |
v7.13.0 -> v7.14.1
|
repository | minor |
Release Notes
boto/boto3 (boto3)
v1.40.25
=======
- api-change:
ecs
: [botocore
] This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing. - api-change:
pcs
: [botocore
] Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting. - api-change:
sagemaker
: [botocore
] Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.
v1.40.24
=======
- api-change:
cleanrooms
: [botocore
] Add support for configurable compute sizes for PySpark jobs. - api-change:
cloudformation
: [botocore
] ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN. - api-change:
ec2
: [botocore
] Add m8i, m8i-flex and i8ge instance types. - api-change:
opensearchserverless
: [botocore
] Add support for Federal Information Processing Standards (FIPS) and Federal Risk and Authorization Management Program (FedRAMP) compliance - api-change:
rds
: [botocore
] Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6 - api-change:
verifiedpermissions
: [botocore
] Amazon Verified Permissions / Features : Adds support for datetime and duration attribute values.
v1.40.23
=======
- api-change:
cleanrooms
: [botocore
] Added support for adding new data provider members to an existing collaboration. - api-change:
cleanroomsml
: [botocore
] AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances. - api-change:
cloudfront
: [botocore
] Adding an optional field IpAddressType in CustomOriginConfig - api-change:
mq
: [botocore
] Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers. - api-change:
rds
: [botocore
] This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations. - api-change:
route53
: [botocore
] Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - api-change:
route53domains
: [botocore
] Added new ExtraParams AU_ELIGIBILITY_TYPE, AU_POLICY_REASON, and AU_REGISTRANT_NAME
v1.40.22
=======
- api-change:
ec2
: [botocore
] MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum. - api-change:
neptune
: [botocore
] Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter. - api-change:
notifications
: [botocore
] Added Org support for notifications: -ListMemberAccounts
gets member accounts list,AssociateOrganizationalUnit
links OU to notification configuration,DisassociateOrganizationalUnit
removes OU from notification configuration,ListOrganizationalUnits
shows OUs configured for notifications. - api-change:
workmail
: [botocore
] Make RoleArn an optional parameter for the PutEmailMonitoringConfiguration API, and add UnsupportedOperationException to RegisterToWorkMail.
getmoto/moto (moto)
v5.1.12
Docker Digest for 5.1.12: sha256:e1cf8b624019e6eba25cb5b37efdf95a463fc24691978540a1c7008b7d02fda0
General:
* Removed support for OpsWorks, now that AWS has also deprecated this service.
https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html
New Methods:
* Glue:
* batch_get_workflows()
* create_workflow()
* delete_workflow()
* get_workflow()
* get_workflow_run()
* get_workflow_runs()
* get_workflow_run_properties()
* list_workflows()
* put_workflow_run_properties()
* start_workflow_run()
* stop_workflow_run()
* update_workflow()
* IOT:
* add_thing_to_billing_group()
* create_billing_group()
* delete_billing_group()
* describe_billing_group()
* list_billing_groups()
* list_things_in_billing_group()
* remove_thing_from_billing_group()
* update_billing_group()
* SES:
* clone_receipt_rule_set()
* SSM:
* create_data_source()
* deregister_patch_baseline_for_patch_group()
* delete_data_source()
* describe_data_source()
* get_patch_baseline_for_patch_group()
* list_data_sources()
* list_tags_for_resource()
* register_patch_baseline_for_patch_group()
* update_data_source()
* tag_resource()
* untag_resource()
Miscellaneous:
* EC2: describe_network_interfaces() now returns the attributes PublicIP, PublicDNSName and IpOwnerId
* IOT: search_index() now supports logical expression handling in the queryString-parameter, with NOT, AND, OR and parentheses for complex queries
* IOT: search_index() now supports thingGroupNames in the queryString-parameter
* ResourceGroupsTaggingAPI: list_tags_for_resource() now supports QuickSight resources
* ResourceGroupsTaggingAPI: tag_resource() now supports QuickSight resources
* ResourceGroupsTaggingAPI: untag_resource() now supports QuickSight resources
* SES: create_receipt_rule() now contains additional validation around the RuleSetName and the provided rule-actions
* SES: create_receipt_rule() now supports the After-parameter
* STS: assume_role() now validates that the length of the roleSessionName-parameter is max 64 characters long
* QuickSight: create_data_set() now supports the Tags-parameter
pytest-dev/pytest (pytest)
v8.4.2
pytest 8.4.2 (2025-09-03)
Bug fixes
-
#13478: Fixed a crash when using
console_output_style
{.interpreted-text role="confval"} withtimes
and a module is skipped. -
#13530: Fixed a crash when using
pytest.approx
{.interpreted-text role="func"} anddecimal.Decimal
{.interpreted-text role="class"} instances with thedecimal.FloatOperation
{.interpreted-text role="class"} trap set. -
#13549: No longer evaluate type annotations in Python
3.14
when inspecting function signatures.This prevents crashes during module collection when modules do not explicitly use
from __future__ import annotations
and import types for annotations within aif TYPE_CHECKING:
block. -
#13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in
pytest.Parser.addini
{.interpreted-text role="meth"}. -
#13563:
pytest.approx
{.interpreted-text role="func"} now only importsnumpy
if NumPy is already insys.modules
. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.
Improved documentation
-
#13577: Clarify that
pytest_generate_tests
is discovered in test modules/classes; other hooks must be inconftest.py
or plugins.
Contributor-facing changes
-
#13480: Self-testing: fixed a few test failures when run with
-Wdefault
or a similar override. -
#13547: Self-testing: corrected expected message for
test_doctest_unexpected_exception
in Python3.14
. -
#13684: Make pytest's own testsuite insensitive to the presence of the
CI
environment variable -- byogrisel
{.interpreted-text role="user"}.
pytest-dev/pytest-cov (pytest-cov)
v6.3.0
- Added support for markdown reports.
Contributed by Marcos Boger in
#​712 <https://github.com/pytest-dev/pytest-cov/pull/712>
_ and#​714 <https://github.com/pytest-dev/pytest-cov/pull/714>
_. - Fixed some formatting issues in docs.
Anonymous contribution in
#​706 <https://github.com/pytest-dev/pytest-cov/pull/706>
_.
fastapi/typer (typer)
v0.17.4
Fixes
-
🐛 Make surerich.markup
is imported when rendering help text. MR #1290 by @g-arjones.
Internal
-
⬆️ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. MR #1292 by @dependabot[bot]. -
⬆️ Bump ruff from 0.12.10 to 0.12.11. MR #1283 by @dependabot[bot]. -
⬆️ [pre-commit.ci] pre-commit autoupdate. MR #1288 by @pre-commit-ci[bot]. -
👷 Set permissions for conflict detector workflow. MR #1287 by @svlandeg. -
👷 Detect and label merge conflicts on MRs automatically. MR #1286 by @svlandeg.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.14.1
: 7.14.1
7.14.1 (2025-09-04)
Bug Fixes
- maven.gitlab-ci.yml: move services section under maven job (a2c5dca)
v7.14.0
: 7.14.0
7.14.0 (2025-09-02)
Features
v7.13.1
: 7.13.1
7.13.1 (2025-09-01)
Bug Fixes
- rename detect-non-utf8-files job and make it work with spaces in filenames (4d7ec69)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.