chore(deps): update all dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
black (changelog) |
25.1.0 -> 25.9.0
|
docs | minor | ||
boto3 |
1.40.25 -> 1.40.38
|
project.dependencies | patch | ||
coverage |
7.10.6 -> 7.10.7
|
dev | patch | ||
faker (changelog) |
37.6.0 -> 37.8.0
|
dev | minor | ||
google-cloud-storage |
3.3.1 -> 3.4.0
|
project.dependencies | minor | ||
mkdocs-material (changelog) |
9.6.19 -> 9.6.20
|
docs | patch | ||
mkdocstrings (changelog) |
0.30.0 -> 0.30.1
|
docs | patch | ||
moto (changelog) |
5.1.12 -> 5.1.13
|
dev | patch | ||
poetry (changelog) |
2.1.4 -> 2.2.1
|
minor | |||
pre-commit/mirrors-mypy |
v1.17.1 -> v1.18.2
|
repository | minor | ||
psf/black |
25.1.0 -> 25.9.0
|
repository | minor | ||
pydantic (changelog) |
2.11.7 -> 2.11.9
|
project.dependencies | patch | ||
pytest-cov (changelog) |
6.3.0 -> 7.0.0
|
dev | major | ||
pytest-mock (changelog) |
3.15.0 -> 3.15.1
|
dev | patch | ||
uis/devops/continuous-delivery/ci-templates |
v7.14.1 -> v7.17.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
psf/black (black)
v25.9.0
Highlights
- Remove support for pre-python 3.7
await/async
as soft keywords/variable names (#4676)
Stable style
- Fix crash while formatting a long
del
statement containing tuples (#4628) - Fix crash while formatting expressions using the walrus operator in complex
with
statements (#4630) - Handle
# fmt: skip
followed by a comment at the end of file (#4635) - Fix crash when a tuple appears in the
as
clause of awith
statement (#4634) - Fix crash when tuple is used as a context manager inside a
with
statement (#4646) - Fix crash when formatting a
\
followed by a\r
followed by a comment (#4663) - Fix crash on a
\\r\n
(#4673) - Fix crash on
await ...
(where...
is a literalEllipsis
) (#4676) - Fix crash on parenthesized expression inside a type parameter bound (#4684)
- Fix crash when using line ranges excluding indented single line decorated items (#4670)
Preview style
- Fix a bug where one-liner functions/conditionals marked with
# fmt: skip
would still be formatted (#4552) - Improve
multiline_string_handling
with ternaries and dictionaries (#4657) - Fix a bug where
string_processing
would not split f-strings directly after expressions (#4680) - Wrap the
in
clause of comprehensions across lines if necessary (#4699) - Remove parentheses around multiple exception types in
except
andexcept*
withoutas
. (#4720) - Add
\r
style newlines to the potential newlines to normalize file newlines both from and to (#4710)
Parser
- Rewrite tokenizer to improve performance and compliance (#4536)
- Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (#4602)
Performance
- Avoid using an extra process when running with only one worker (#4734)
Integrations
- Fix the version check in the vim file to reject Python 3.8 (#4567)
- Enhance GitHub Action
psf/black
to read Black version from an additional section in pyproject.toml:[project.dependency-groups]
(#4606) - Build gallery docker image with python3-slim and reduce image size (#4686)
Documentation
- Add FAQ entry for windows emoji not displaying (#4714)
boto/boto3 (boto3)
v1.40.38
=======
- api-change:
appstream
: [botocore
] G6f instance support for AppStream 2.0 - api-change:
cloudwatch
: [botocore
] Fix default dualstack FIPS endpoints in AWS GovCloud(US) regions - api-change:
dax
: [botocore
] This release adds support for IPv6-only, DUAL_STACK DAX instances - api-change:
endpoint-rules
: [botocore
] Update endpoint-rules client to latest version - api-change:
kms
: [botocore
] Documentation only updates for KMS. - api-change:
neptune
: [botocore
] Doc-only update to address customer use.
v1.40.37
=======
- api-change:
cleanrooms
: [botocore
] Added support for running incremental ID mapping for rule-based workflows. - api-change:
ec2
: [botocore
] Add Amazon EC2 R8gn instance types - api-change:
entityresolution
: [botocore
] Support incremental id mapping workflow for AWS Entity Resolution - api-change:
ssm
: [botocore
] Added Dualstack support to GetDeployablePatchSnapshotForInstance - api-change:
sso-admin
: [botocore
] Add support for encryption at rest with Customer Managed KMS Key in AWS IAM Identity Center - api-change:
sso-oidc
: [botocore
] This release includes exception definition and documentation updates.
v1.40.36
=======
- api-change:
batch
: [botocore
] Starting in JAN 2026, AWS Batch will change the default AMI for new Amazon ECS compute environments from Amazon Linux 2 to Amazon Linux 2023. We recommend migrating AWS Batch Amazon ECS compute environments to Amazon Linux 2023 to maintain optimal performance and security. - api-change:
eks
: [botocore
] Adds support for RepairConfig overrides and configurations in EKS Managed Node Groups. - api-change:
imagebuilder
: [botocore
] Version ARNs are no longer required for the EC2 Image Builder list-image-build-version, list-component-build-version, and list-workflow-build-version APIs. Calling these APIs without the ARN returns all build versions for the given resource type in the requesting account.
v1.40.35
=======
- api-change:
bedrock-agentcore-control
: [botocore
] Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. - api-change:
config
: [botocore
] Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. - api-change:
connect
: [botocore
] This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. - api-change:
kendra-ranking
: [botocore
] Model whitespace change - no client difference - api-change:
license-manager-user-subscriptions
: [botocore
] Added support for cross-account Active Directories. - api-change:
medialive
: [botocore
] Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. - api-change:
sms-voice
: [botocore
] Updated thesms-voice
client to the latest version. Note: this client is maintained only for backwards compatibility and should not be used for new development. We recommend using thepinpoint-sms-voice
client for full support and ongoing updates. - api-change:
sqs
: [botocore
] Update invalid character handling documentation for SQS SendMessage API
v1.40.34
=======
- api-change:
bedrock
: [botocore
] Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. - api-change:
budgets
: [botocore
] Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status - api-change:
chime-sdk-messaging
: [botocore
] Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. - api-change:
ec2
: [botocore
] Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames
v1.40.33
=======
- api-change:
ec2
: [botocore
] Add mac-m4.metal and mac-m4pro.metal instance types. - api-change:
network-firewall
: [botocore
] Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol. - api-change:
pcs
: [botocore
] Add support for Amazon EC2 Capacity Blocks for ML
v1.40.32
=======
- api-change:
budgets
: [botocore
] Add support for custom time periods in budget configuration - api-change:
ivs-realtime
: [botocore
] IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens. - api-change:
logs
: [botocore
] Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata. - api-change:
osis
: [botocore
] Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts.
v1.40.31
=======
- api-change:
ce
: [botocore
] Added endpoint support for eusc-de-east-1 region. - api-change:
medical-imaging
: [botocore
] Added support for OpenID Connect (OIDC) custom authorizer - api-change:
observabilityadmin
: [botocore
] CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization. - api-change:
s3control
: [botocore
] Introduce three new encryption filters: EncryptionType (SSE-S3, SSE-KMS, DSSE-KMS, SSE-C, NOT-SSE), KmsKeyArn (for SSE-KMS and DSSE-KMS), and BucketKeyEnabled (for SSE-KMS). - api-change:
sms
: [botocore
] The sms client has been removed following the deprecation of the service.
v1.40.30
=======
- api-change:
payment-cryptography
: [botocore
] Add support for certificates to be signed by 3rd party certificate authorities. New API GetCertificateSigningRequest API and support for providing certificates at run-time for tr-34 import/export
v1.40.29
=======
- api-change:
amp
: [botocore
] Add Vended Logs APIs for Amazon Prometheus Managed Collector - api-change:
datazone
: [botocore
] adding IAM principal id to IAM user profile details - api-change:
ecs
: [botocore
] This release supports hook details for Amazon ECS lifecycle hooks. - api-change:
emr-containers
: [botocore
] Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration. - api-change:
evs
: [botocore
] CreateEnvironment API now supports parameters (isHcxPublic & hcxNetworkAclId) for HCX migration via public internet, adding flexibility for migration scenarios. New APIs have been added for associating (AssociateEipToVlan) & disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. - api-change:
guardduty
: [botocore
] Updated Java SDK implementation of entity set status in GuardDuty API. - api-change:
medialive
: [botocore
] AWS Elemental MediaLive adds a new feature in MediaPackage output group that enables MediaPackage V2 users to control HLS-related parameters directly in MediaLive. These parameter settings are then reflected in MediaPackage outputs, providing more streamlined control over HLS configurations. - api-change:
quicksight
: [botocore
] This release adds support for Account level custom permissions, additional Dashboard Options, and Null support for Q&A. - api-change:
rds
: [botocore
] Adds support for end-to-end IAM authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
v1.40.28
=======
- api-change:
networkflowmonitor
: [botocore
] Added new enum value (AWS::Region) for type field under MonitorLocalResource and MonitorRemoteResource. Workload Insights and Monitor top contributors queries now support a new DestinationCategory (INTER_REGION). - api-change:
payment-cryptography
: [botocore
] AWS Payment Cryptography Service now supports Multi-Region key replication. Customers can choose to automatically distribute keys across AWS Regions.
v1.40.27
=======
- api-change:
autoscaling
: [botocore
] Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations. - api-change:
cloudwatch
: [botocore
] Added a new API - DescribeAlarmContributors API, to retrieve alarm contributors in ALARM state. Added support in DescribeAlarmHistory API to query alarm contributor history - api-change:
connect
: [botocore
] SDK release for user defined predefined attributes. - api-change:
datazone
: [botocore
] Adds support for custom blueprints - api-change:
mediapackagev2
: [botocore
] Added CUE tag SCTE output to MediaPackageV2 HLS and LL-HLS manifests. - api-change:
organizations
: [botocore
] Documentation updates for AWS Organizations APIs. - api-change:
sagemaker
: [botocore
] Released IPv6 support with dual-stack domain options on SageMaker Studio and introduced support for p6-b200.48xlarge instance type on SageMaker Studio for JupyterLab and CodeEditor applications.
v1.40.26
=======
- api-change:
iotsitewise
: [botocore
] Add ComputationModelVersion support in IoT SiteWise APIs - api-change:
s3
: [botocore
] This release includes backward compatibility work on the "Expires" parameter. - api-change:
securityhub
: [botocore
] This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.
nedbat/coveragepy (coverage)
v7.10.7
-
Performance: with branch coverage in large files, generating HTML, JSON, or LCOV reports could take far too long due to some quadratic behavior when creating the function and class index pages. This is now fixed, closing
issue 2048
_. Thanks to Daniel Diniz for help diagnosing the problem. -
Most warnings and a few errors now have links to a page in the docs explaining the specific message. Closes
issue 1921
_.
.. _issue 1921: #1921 .. _issue 2048: #2048
.. _changes_7-10-6:
joke2k/faker (faker)
v37.8.0
- Add Automotive providers for
ja_JP
locale. Thanks @ItoRino424.
v37.7.0
- Add Nigerian name locales (
yo_NG
,ha_NG
,ig_NG
,en_NG
). Thanks @ifeoluwaoladeji.
googleapis/python-storage (google-cloud-storage)
v3.4.0
Features
- experimental: Add async grpc client (#1537) (ac57b8d)
- experimental: Add grpc client (#1533) (5674587)
Bug Fixes
squidfunk/mkdocs-material (mkdocs-material)
v9.6.20
: mkdocs-material-9.6.20
getmoto/moto (moto)
v5.1.13
Docker Digest for 5.1.13: sha256:0503bdc569e122966fc5fceef43d4a9562ed21e4091cf865801dba90cbb62ea5
New Services:
* Macie2:
* accept_invitation()
* create_invitations()
* decline_invitations()
* delete_member()
* disable_macie()
* enable_macie()
* get_administrator_account()
* get_macie_session()
* list_invitations()
* list_members()
New Methods:
* Athena:
* list_capacity_reservation()
* update_capacity_reservation()
Miscellaneous:
* CloudWatch: get_metric_data() now supports the ReturnData-parameter again (broken in 5.1.12)
* CognitoIDP: admin_respond_to_auth_challenge() now returns the scope=aws.cognito.signin.user.admin in the AccessToken
* ELB: modify_load_balancer_attributes() now supports the `secondary_ips.auto_assigned.per_subnet` attribute
* IAM: get_server_certificate() now returns the CertificateChain-parameter
* S3: put_bucket_lifecycle_configuration() now correctly processes a LifeCycleConfiguration with 0 Rules
* SNS: publish_batch() now returns the original MessageAttributes provided by the user again (broken in 5.1.12)
python-poetry/poetry (poetry)
v2.2.1
Fixed
- Fix an issue where
poetry self show
failed with a message about an invalid output format (#10560).
Docs
- Remove outdated statements about dependency groups (#10561).
2.2.1
)
poetry-core (- Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#888).
v2.2.0
Added
- Add support for nesting dependency groups (#10166).
- Add support for PEP 735 dependency groups (#10130).
- Add support for PEP 639 license clarity (#10413).
- Add a
--format
option topoetry show
to alternatively output json format (#10487). - Add official support for Python 3.14 (#10514).
Changed
- Normalize dependency group names (#10387).
- Change
installer.no-binary
andinstaller.only-binary
so that explicit package names will take precedence over:all:
(#10278). - Improve log output during
poetry install
when a wheel is built from source (#10404). - Improve error message in case a file lock could not be acquired while cloning a git repository (#10535).
- Require
dulwich>=0.24.0
(#10492). - Allow
virtualenv>=20.33
again (#10506). - Allow
findpython>=0.7
(#10510). - Allow
importlib-metadata>=8.7
(#10511).
Fixed
- Fix an issue where
poetry new
did not create the project structure in an existing empty directory (#10431). - Fix an issue where a dependency that was required for a specific Python version was not installed into an environment of a pre-release Python version (#10516).
2.2.0
)
poetry-core (
pydantic/pydantic (pydantic)
v2.11.9
: 2025-09-13
What's Changed
Fixes
- Backport v1.10.23 changes by @Viicos
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.8...v2.11.9
v2.11.8
: 2025-09-13
v2.11.8 (2025-09-13)
What's Changed
Fixes
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.8
pytest-dev/pytest-cov (pytest-cov)
v7.0.0
-
Dropped support for subprocesses measurement.
It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a
.pth
file, there was no way to opt-out and it created bad interations withcoverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>
_ added in7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>
_.To migrate to this release you might need to enable the suprocess patch, example for
.coveragerc
:.. code-block:: ini
[run] patch = subprocess
This release also requires at least coverage 7.10.6.
-
Switched packaging to have metadata completely in
pyproject.toml
and usehatchling <https://pypi.org/project/hatchling/>
_ for building. Contributed by Ofek Lev in#​551 <https://github.com/pytest-dev/pytest-cov/pull/551>
_ with some extras in#​716 <https://github.com/pytest-dev/pytest-cov/pull/716>
_. -
Removed some not really necessary testing deps like
six
.
pytest-dev/pytest-mock (pytest-mock)
v3.15.1
2025-09-16
-
#​529 <https://github.com/pytest-dev/pytest-mock/issues/529>
_: Fixeditertools._tee object has no attribute error
-- nowduplicate_iterators=True
must be passed tomocker.spy
to duplicate iterators.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.17.0
: 7.17.0
7.17.0 (2025-09-24)
Features
- mandatory-jobs: increase runner resources for failing SAST jobs (cfb7fd5)
v7.16.0
: 7.16.0
7.16.0 (2025-09-19)
Features
-
🎸 Move standard job to Generic GKE Runner (59d2a0e)
v7.15.2
: 7.15.2
7.15.2 (2025-09-17)
v7.15.1
: 7.15.1
7.15.1 (2025-09-11)
Bug Fixes
- maven.gitlab-ci.yml: moved PUBLISH_NEW_VERSION within .maven:publish script (e02809e)
- maven.gitlab-ci.yml: updated semantic commit message pattern matching and logic (b9ad541)
- maven.gitlab-ci.yml: updated semantic commit message pattern matching and logic (e8071e1)
- maven.gitlab-ci.yml: updated semantic commit message pattern matching and logic (2574c8c)
v7.15.0
: 7.15.0
7.15.0 (2025-09-08)
Features
- add custom configuration for secrets (ef86a30)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.