From d292516d572fef2f28c2d4da7857d8f879de467d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 14:34:11 +0000 Subject: [PATCH] Bump the core-deps group across 1 directory with 3 updates Updates the requirements on [structlog](https://github.com/hynek/structlog), [azure-mgmt-storage](https://github.com/Azure/azure-sdk-for-python) and [azure-mgmt-containerservice](https://github.com/Azure/azure-sdk-for-python) to permit the latest version. Updates `structlog` to 25.5.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.1.0...25.5.0) Updates `azure-mgmt-storage` to 25.0.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-storage_21.0.0...azure-mgmt-storage_25.0.0) Updates `azure-mgmt-containerservice` to 41.2.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-containerservice_28.0.0...azure-mgmt-containerservice_41.2.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production dependency-group: core-deps - dependency-name: azure-mgmt-storage dependency-version: 25.0.0 dependency-type: direct:development dependency-group: core-deps - dependency-name: azure-mgmt-containerservice dependency-version: 41.2.0 dependency-type: direct:development dependency-group: core-deps ... Signed-off-by: dependabot[bot] --- packages/core/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/pyproject.toml b/packages/core/pyproject.toml index b0e3550..12d5a20 100644 --- a/packages/core/pyproject.toml +++ b/packages/core/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pyyaml>=6.0,<7", "anthropic>=0.58,<1", "openai>=1.50,<3", - "structlog>=24.1,<25", + "structlog>=24.1,<26", ] [project.optional-dependencies] @@ -42,18 +42,18 @@ live-import = [ "google-auth>=2.20,<3", "azure-identity>=1.15,<2", "azure-mgmt-compute>=30,<40", - "azure-mgmt-storage>=21,<24", + "azure-mgmt-storage>=21,<26", "azure-mgmt-sql>=3,<5", - "azure-mgmt-containerservice>=28,<40", + "azure-mgmt-containerservice>=28,<42", ] live-import-aws = ["boto3>=1.34,<2"] live-import-gcp = ["google-cloud-compute>=1.15,<2", "google-cloud-storage>=2.10,<4", "google-auth>=2.20,<3"] live-import-azure = [ "azure-identity>=1.15,<2", "azure-mgmt-compute>=30,<40", - "azure-mgmt-storage>=21,<24", + "azure-mgmt-storage>=21,<26", "azure-mgmt-sql>=3,<5", - "azure-mgmt-containerservice>=28,<40", + "azure-mgmt-containerservice>=28,<42", ] compliance = ["checkov>=3,<4"]