diff --git a/poetry.lock b/poetry.lock index 5c4c861..7e0aefa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,13 +127,13 @@ typeguard = ">=2.13.3,<5.0.0" [[package]] name = "aws-cdk-lib" -version = "2.166.0" +version = "2.167.1" description = "Version 2 of the AWS Cloud Development Kit library" optional = false python-versions = "~=3.8" files = [ - {file = "aws_cdk_lib-2.166.0-py3-none-any.whl", hash = "sha256:d55b6a10685e80c6736b798b60da40a6e561285501296579e359eca3e761f43e"}, - {file = "aws_cdk_lib-2.166.0.tar.gz", hash = "sha256:30aff4086f274ec8788b6fc63d9d3bd24d0ff541c5d8d4d4f7c7fd810b9f435e"}, + {file = "aws_cdk_lib-2.167.1-py3-none-any.whl", hash = "sha256:a40d53a0ad0cd911a0755f56e980a19db5cba046a4d0e9e4a9a9a02c4b2e4f71"}, + {file = "aws_cdk_lib-2.167.1.tar.gz", hash = "sha256:fa4c2a0ae6980c0e4ee67abe0597e6ea368ede111f57412005a53f129e6db503"}, ] [package.dependencies] @@ -2174,4 +2174,4 @@ docs = ["Sphinx", "elementpath (>=4.4.0,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "92430c7006c2b55ce75f8e714d3829497a84e1cb8cbcffd4c9a31dc549c43f9d" +content-hash = "5da3a9197fceb45355663724573d4d26de368699c35034ea9fde896556ee15b9" diff --git a/pyproject.toml b/pyproject.toml index a46627d..9691f14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ xmlschema = "^3.4.3" GDAL = "3.2.2.1" [tool.poetry.dev-dependencies] -aws-cdk-lib = "^2.166.0" +aws-cdk-lib = "^2.167.1" black = "^24.10.0" constructs = ">=10.0.0, <11.0.0" exceptiongroup = "^1.2.2"