diff --git a/poetry.lock b/poetry.lock index 2874022..d5dba76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -111,13 +111,13 @@ typeguard = ">=2.13.3,<2.14.0" [[package]] name = "aws-cdk-lib" -version = "2.110.0" +version = "2.113.0" description = "Version 2 of the AWS Cloud Development Kit library" optional = false -python-versions = "~=3.7" +python-versions = "~=3.8" files = [ - {file = "aws-cdk-lib-2.110.0.tar.gz", hash = "sha256:2f6650e8d365fb2b143e65cf22d91de45c090636d8a2f1ac68efc302187780f7"}, - {file = "aws_cdk_lib-2.110.0-py3-none-any.whl", hash = "sha256:80a8eac6dcc2dd38496d9296efb1d90b45051dd1748743555bf69cfe83b1aa0a"}, + {file = "aws-cdk-lib-2.113.0.tar.gz", hash = "sha256:0b7e843042af041032109c8260a6202a8ef5aaa8e56d0c50e7b4c11c209fea75"}, + {file = "aws_cdk_lib-2.113.0-py3-none-any.whl", hash = "sha256:2c0d25e33891eb0e878b4de987cbd5b57fc2e13f177b770ba8203c7de8d7deaf"}, ] [package.dependencies] @@ -125,7 +125,7 @@ files = [ "aws-cdk.asset-kubectl-v20" = ">=2.1.2,<3.0.0" "aws-cdk.asset-node-proxy-agent-v6" = ">=2.0.1,<3.0.0" constructs = ">=10.0.0,<11.0.0" -jsii = ">=1.91.0,<2.0.0" +jsii = ">=1.92.0,<2.0.0" publication = ">=0.0.3" typeguard = ">=2.13.3,<2.14.0" @@ -923,13 +923,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsii" -version = "1.91.0" +version = "1.92.0" description = "Python client for jsii runtime" optional = false -python-versions = "~=3.7" +python-versions = "~=3.8" files = [ - {file = "jsii-1.91.0-py3-none-any.whl", hash = "sha256:2905a4ea030ae7289b859e97003c01f4569650b4865c51e7f83d975b95c5b20a"}, - {file = "jsii-1.91.0.tar.gz", hash = "sha256:9600ac7d04b237ee229c74ffde65ece27202ceec5df5e7eebd88a532d2cb28d6"}, + {file = "jsii-1.92.0-py3-none-any.whl", hash = "sha256:30deaea011e146e1d4c0dbb35bd7effd4d292cef676052e5672a825fc1aaaebf"}, + {file = "jsii-1.92.0.tar.gz", hash = "sha256:2b5205c0fec87e1a9a9f283f60577ad172d7124bb614b8cdadc963306e1ac75f"}, ] [package.dependencies] @@ -939,7 +939,7 @@ importlib-resources = ">=5.2.0" publication = ">=0.0.3" python-dateutil = "*" typeguard = ">=2.13.3,<2.14.0" -typing-extensions = ">=3.7,<5.0" +typing-extensions = ">=3.8,<5.0" [[package]] name = "lxml" @@ -1995,4 +1995,4 @@ docs = ["Sphinx", "elementpath (>=4.1.5,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "1684483500455f10e7f63ec2f3013a135d47bced498ddeb1ba78350e12c58b86" +content-hash = "b2dfadc5353353a4e3ad5425b9352493638bbbae9872c7596b66c90aaa4a7e6c" diff --git a/pyproject.toml b/pyproject.toml index 9be7a91..cfdade7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ xmlschema = "^2.5.0" GDAL = "3.2.2.1" [tool.poetry.dev-dependencies] -aws-cdk-lib = "^2.110.0" +aws-cdk-lib = "^2.113.0" black = "^23.11.0" constructs = ">=10.0.0, <11.0.0" exceptiongroup = "^1.1.3"