fix(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
boto3 | dependencies | patch |
1.35.54 -> 1.35.57
|
google-auth | dependencies | minor |
2.35.0 -> 2.36.0
|
moto (changelog) | dev | patch |
5.0.19 -> 5.0.20
|
typer (changelog) | dependencies | minor |
^0.12.5 -> ^0.13.0
|
uis/devops/continuous-delivery/ci-templates | repository | patch |
v6.0.2 -> v6.0.3
|
Release Notes
boto/boto3 (boto3)
v1.35.57
=======
- api-change:
batch
: [botocore
] This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. - api-change:
bedrock-agent-runtime
: [botocore
] This release adds trace functionality to Bedrock Prompt Flows - api-change:
chime-sdk-media-pipelines
: [botocore
] Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. - api-change:
controlcatalog
: [botocore
] AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters - api-change:
eks
: [botocore
] Adds new error codeEc2InstanceTypeDoesNotExist
for Amazon EKS managed node groups - api-change:
firehose
: [botocore
] Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations. - api-change:
lambda
: [botocore
] This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages. - api-change:
pinpoint-sms-voice-v2
: [botocore
] Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type. - api-change:
qbusiness
: [botocore
] Adds S3 path option to pass group member list for PutGroup API.
v1.35.56
=======
- api-change:
autoscaling
: [botocore
] Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy. - api-change:
bedrock-agent
: [botocore
] Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition - api-change:
bedrock-runtime
: [botocore
] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse - api-change:
cleanrooms
: [botocore
] This release introduces support for Custom Models in AWS Clean Rooms ML. - api-change:
cleanroomsml
: [botocore
] This release introduces support for Custom Models in AWS Clean Rooms ML. - api-change:
quicksight
: [botocore
] Add Client Credentials based OAuth support for Snowflake and Starburst - api-change:
resource-explorer-2
: [botocore
] Add GetManagedView, ListManagedViews APIs. - api-change:
synthetics
: [botocore
] Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.
v1.35.55
=======
- api-change:
codebuild
: [botocore
] AWS CodeBuild now adds additional compute types for reserved capacity fleet. - api-change:
guardduty
: [botocore
] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases. - api-change:
lakeformation
: [botocore
] API changes for new named tag expressions feature. - api-change:
qapps
: [botocore
] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items. - api-change:
s3control
: [botocore
] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs. - api-change:
verifiedpermissions
: [botocore
] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request. - enhancement:protocol: [
botocore
] Added support for header enabling service migration off the AWS Query protocol.
googleapis/google-auth-library-python (google-auth)
v2.36.0
Features
- IAM signblob retries (#1600) (484c8db)
- Making iam endpoint universe-aware (#1604) (16c728d)
- Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)
Bug Fixes
- Adding default parameters to updated interfaces (#1622) (8cf1cb1)
- Change universe_domain to universe-domain (#1613) (168fcc6)
- Remove base class to avoid type conflict (#1619) (9e2789a)
- Revert templates for iam endpoints (#1614) (0a4363a)
- Update secret (#1611) (f070de0)
- Update secret (#1617) (10f42a7)
- Update secret (#1621) (6be19fb)
getmoto/moto (moto)
v5.0.20
Docker Digest for 5.0.20: sha256:a1041f318c56ed341c70541647b256d40dae776ce654ca4db9d27d94600542a1
Miscellaneous:
* Removed runtime-dependency on `typing_extensions`
fastapi/typer (typer)
v0.13.0
Features
-
✨ HandleKeyboardInterrupt
separately from other exceptions. MR #1039 by @patrick91. -
✨ Updatelaunch
to not print anything when opening urls. MR #1035 by @patrick91. -
✨ Show help items in order of definition. MR #944 by @svlandeg.
Fixes
-
🐛 Fix equality check for custom classes. MR #979 by @AryazE. -
🐛 Allow colon in zsh autocomplete values and descriptions. MR #988 by @snapbug.
Refactors
-
🗑 ️ Deprecate support foris_flag
andflag_value
parameters. MR #987 by @svlandeg. -
🔥 Remove unused functionality from_typing.py
file. MR #805 by @ivantodorovich. -
✏ ️ Fix typo in function name_make_rich_text
. MR #959 by @svlandeg.
Internal
-
✅ Only run completion installation tests when the env var_TYPER_RUN_INSTALL_COMPLETION_TESTS
is set. MR #995 by @svlandeg. -
📝 Update the docstring of the_make_rich_text
method. MR #972 by @svlandeg. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #1040 by @pre-commit-ci[bot]. -
⬆ Bump mkdocs-material from 9.5.42 to 9.5.44. MR #1042 by @dependabot[bot]. -
⬆ Bump ruff from 0.7.1 to 0.7.2. MR #1038 by @dependabot[bot]. -
⬆ Bump mkdocs-macros-plugin from 1.3.6 to 1.3.7. MR #1031 by @dependabot[bot]. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #1032 by @pre-commit-ci[bot]. -
⬆ Bump ruff from 0.7.0 to 0.7.1. MR #1029 by @dependabot[bot]. -
⬆ Bump pillow from 10.4.0 to 11.0.0. MR #1023 by @dependabot[bot]. -
⬆ Bump mkdocs-material from 9.5.35 to 9.5.42. MR #1027 by @dependabot[bot]. -
⬆ Bump ruff from 0.6.5 to 0.7.0. MR #1026 by @dependabot[bot]. -
⬆ Bump mkdocs-macros-plugin from 1.2.0 to 1.3.6. MR #1025 by @dependabot[bot]. -
⬆ Update pre-commit requirement from <4.0.0,>=2.17.0 to >=2.17.0,<5.0.0. MR #1012 by @dependabot[bot]. -
⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. MR #1009 by @dependabot[bot]. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #1001 by @pre-commit-ci[bot]. -
👷 Update Deploy docs CI to use uv. MR #1021 by @tiangolo. -
👷 Fix smokeshow, checkout files on CI. MR #1020 by @tiangolo. -
👷 Use uv in CI. MR #1019 by @tiangolo. -
👷 Updatelabeler.yml
. MR #1014 by @tiangolo. -
👷 Update worfkow deploy-docs-notify URL. MR #1011 by @tiangolo. -
👷 Upgrade Cloudflare GitHub Action. MR #1010 by @tiangolo. -
⬆ Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0. MR #992 by @dependabot[bot]. -
⬆ Bump ruff from 0.6.4 to 0.6.5. MR #991 by @dependabot[bot]. -
⬆ Bump mkdocs-material from 9.5.34 to 9.5.35. MR #996 by @dependabot[bot]. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #993 by @pre-commit-ci[bot]. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #982 by @pre-commit-ci[bot]. -
⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. MR #980 by @dependabot[bot]. -
👷 Updateissue-manager.yml
. MR #978 by @tiangolo. -
⬆ Bump ruff from 0.6.3 to 0.6.4. MR #975 by @dependabot[bot]. -
⬆ Bump mkdocs-material from 9.5.33 to 9.5.34. MR #963 by @dependabot[bot]. -
⬆ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1. MR #973 by @dependabot[bot]. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #966 by @pre-commit-ci[bot]. -
💚 Setinclude-hidden-files
toTrue
when using theupload-artifact
GH action. MR #967 by @svlandeg. -
⬆ Bump ruff from 0.6.1 to 0.6.3. MR #961 by @dependabot[bot]. -
⬆ [pre-commit.ci] pre-commit autoupdate. MR #689 by @pre-commit-ci[bot]. -
⬆ Bump ruff from 0.2.0 to 0.6.1. MR #938 by @dependabot[bot]. -
👷 Updatelatest-changes
GitHub Action. MR #955 by @tiangolo.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.0.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.