diff --git a/poetry.lock b/poetry.lock index 3336069..92e1026 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -26,14 +26,14 @@ files = [ [[package]] name = "copier" -version = "9.15.1" +version = "9.15.2" description = "A library for rendering project templates." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "copier-9.15.1-py3-none-any.whl", hash = "sha256:040164686e45e7a841dcd4ae39b01e27093ff91242be3563cae883c4e24c55cc"}, - {file = "copier-9.15.1.tar.gz", hash = "sha256:0fceec8c27d80a0573809837472f4aaee48b90930f473f9674847a02a2ad7da5"}, + {file = "copier-9.15.2-py3-none-any.whl", hash = "sha256:50a39142d6493f2261762309374a7a7462dbab654c5d22fd9aa17b6a69b84a95"}, + {file = "copier-9.15.2.tar.gz", hash = "sha256:58d07c62a3426c4f5b8c482c8cda59646de53733388536427356a8625116050c"}, ] [package.dependencies] @@ -546,4 +546,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "da1bbc72c2db645d1fba9448d1b80103ff44b1da125d50075db14432154ef01c" +content-hash = "e6a33af2e413a50e6a4d05104e5bb724bceb878e660b9bcf1f2d6e7c9faf41fd" diff --git a/pyproject.toml b/pyproject.toml index ed850bf..d403fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -copier = "^9.15.1" +copier = "^9.15.2" [build-system] requires = ["poetry-core"]