From 031c612ae12f48ebf5edbcb93740f316293a315e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 09:53:43 +0000 Subject: [PATCH] Bump aws-cdk-lib in /{{ cookiecutter.__project_name }} Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.140.0 to 2.141.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.140.0...v2.141.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.__project_name }}/poetry.lock | 8 ++++---- {{ cookiecutter.__project_name }}/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/{{ cookiecutter.__project_name }}/poetry.lock b/{{ cookiecutter.__project_name }}/poetry.lock index 8e739d3..c80092f 100644 --- a/{{ cookiecutter.__project_name }}/poetry.lock +++ b/{{ cookiecutter.__project_name }}/poetry.lock @@ -85,13 +85,13 @@ typeguard = ">=2.13.3,<2.14.0" [[package]] name = "aws-cdk-lib" -version = "2.140.0" +version = "2.141.0" description = "Version 2 of the AWS Cloud Development Kit library" optional = false python-versions = "~=3.8" files = [ - {file = "aws-cdk-lib-2.140.0.tar.gz", hash = "sha256:2e1a83f1ab205790ca4ae5dc634929ebbb21e61634c468ea6390642b0bf62395"}, - {file = "aws_cdk_lib-2.140.0-py3-none-any.whl", hash = "sha256:b169d53108807c9492d35f51bdf36b629a43dec8d00bdf66b5df32873e1746b3"}, + {file = "aws-cdk-lib-2.141.0.tar.gz", hash = "sha256:ed3b803a140437509f15fb9b1f8fdd6dad610da9a09e81ce147deade44d2b3e6"}, + {file = "aws_cdk_lib-2.141.0-py3-none-any.whl", hash = "sha256:3de40f107f45feb240a751ad7c259fae7d341de1cc9c97f47059b2ff86bd62eb"}, ] [package.dependencies] @@ -767,4 +767,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7b4d0db7116c68b723f3813a3efad41492c7522b3b8043337109cad0f318722f" +content-hash = "a191899ade66fefd21c4fe093733dbb07ec8c551cb37920faa5edfb2ef16c613" diff --git a/{{ cookiecutter.__project_name }}/pyproject.toml b/{{ cookiecutter.__project_name }}/pyproject.toml index c9a2f19..253e504 100644 --- a/{{ cookiecutter.__project_name }}/pyproject.toml +++ b/{{ cookiecutter.__project_name }}/pyproject.toml @@ -27,7 +27,7 @@ ruff = "^0.4.3" [tool.poetry.group.infrastructure.dependencies] -aws-cdk-lib = "^2.140.0" +aws-cdk-lib = "^2.141.0" constructs = "^10.3.0" [tool.pytest.ini_options]