From ed06b02bd4606d1ebcbc7639a622c571acb15195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:14:00 +0000 Subject: [PATCH] chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs Bumps [cdklabs-generative-ai-cdk-constructs](https://github.com/awslabs/generative-ai-cdk-constructs) from 0.1.207 to 0.1.211. - [Release notes](https://github.com/awslabs/generative-ai-cdk-constructs/releases) - [Changelog](https://github.com/awslabs/generative-ai-cdk-constructs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/generative-ai-cdk-constructs/compare/v0.1.207...v0.1.211) --- updated-dependencies: - dependency-name: cdklabs-generative-ai-cdk-constructs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e43ebc57760..3aa7a215237 100644 --- a/poetry.lock +++ b/poetry.lock @@ -479,18 +479,18 @@ typeguard = ">=2.13.3,<2.14.0" [[package]] name = "cdklabs-generative-ai-cdk-constructs" -version = "0.1.207" +version = "0.1.211" description = "AWS Generative AI CDK Constructs is a library for well-architected generative AI patterns." optional = false python-versions = "~=3.8" files = [ - {file = "cdklabs.generative-ai-cdk-constructs-0.1.207.tar.gz", hash = "sha256:3a81a46a28164c2470ef98d612883964ebb8d8da27bc0b12e376d1e577d53abd"}, - {file = "cdklabs.generative_ai_cdk_constructs-0.1.207-py3-none-any.whl", hash = "sha256:b1d07d15dadc40e5133d5eee4cc3d47fe95f03b8a8eaaccad005505d2a0620dd"}, + {file = "cdklabs.generative-ai-cdk-constructs-0.1.211.tar.gz", hash = "sha256:64694b1adfd8a9d0cf88b281ed3888e81501ac698cea8ebabe528c8264de94b7"}, + {file = "cdklabs.generative_ai_cdk_constructs-0.1.211-py3-none-any.whl", hash = "sha256:048d6b122b2d24d875aa447673be3ceebd16b43d1628afe245f8223fc8d049b2"}, ] [package.dependencies] aws-cdk-lib = ">=2.143.0,<3.0.0" -cdk-nag = ">=2.28.158,<3.0.0" +cdk-nag = ">=2.28.159,<3.0.0" constructs = ">=10.3.0,<11.0.0" jsii = ">=1.101.0,<2.0.0" publication = ">=0.0.3" @@ -3707,4 +3707,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "a17062873a90add28691700ea7fc560092677f83c6555eb15cff78a0fcb82472" +content-hash = "d793a5b7c1949f5eccb4017c5fd6f8b04f26a70074bfebf0bc44d15d12b7c30c" diff --git a/pyproject.toml b/pyproject.toml index 3f998ac3b2d..b9c1ba6917c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ aws-cdk-lib = "^2.145.0" "aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-lambda-python-alpha" = "^2.145.0a0" -"cdklabs.generative-ai-cdk-constructs" = "^0.1.207" +"cdklabs.generative-ai-cdk-constructs" = "^0.1.211" pytest-benchmark = "^4.0.0" mypy-boto3-appconfig = "^1.34.58" mypy-boto3-cloudformation = "^1.34.111"