Skip to content

Commit 7d79ab1

Browse files
authored
Merge branch 'develop' into rf/3892
2 parents bfe3f64 + e32cbab commit 7d79ab1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ format:
2121
poetry run black aws_lambda_powertools tests examples
2222

2323
lint: format
24-
poetry run ruff aws_lambda_powertools tests examples
24+
poetry run ruff check aws_lambda_powertools tests examples
2525

2626
lint-docs:
2727
docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli "docs"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ aws-cdk-lib = "^2.131.0"
7070
"aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"
7171
"aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0"
7272
"aws-cdk.aws-lambda-python-alpha" = "^2.130.0a0"
73-
"cdklabs.generative-ai-cdk-constructs" = "^0.1.74"
73+
"cdklabs.generative-ai-cdk-constructs" = "^0.1.82"
7474
pytest-benchmark = "^4.0.0"
7575
mypy-boto3-appconfig = "^1.34.0"
7676
mypy-boto3-cloudformation = "^1.34.32"

0 commit comments

Comments
 (0)