diff --git a/poetry.lock b/poetry.lock index 560c469..3336069 100644 --- a/poetry.lock +++ b/poetry.lock @@ -26,14 +26,14 @@ files = [ [[package]] name = "copier" -version = "9.15.0" +version = "9.15.1" description = "A library for rendering project templates." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "copier-9.15.0-py3-none-any.whl", hash = "sha256:0f59c2ea36df42f3ded85c091c3f1e2c8d3814b537504f0abc8c2e508f7e013d"}, - {file = "copier-9.15.0.tar.gz", hash = "sha256:57b951d9f63b6b9d6ce3907fb1bd4672f60e2819a42393b971122d480059383f"}, + {file = "copier-9.15.1-py3-none-any.whl", hash = "sha256:040164686e45e7a841dcd4ae39b01e27093ff91242be3563cae883c4e24c55cc"}, + {file = "copier-9.15.1.tar.gz", hash = "sha256:0fceec8c27d80a0573809837472f4aaee48b90930f473f9674847a02a2ad7da5"}, ] [package.dependencies] @@ -546,4 +546,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7c2a8ba937a97d1f0cb5cd53d2ea9231c6e320fc3c599c02d82b5f4b90d04a3d" +content-hash = "da1bbc72c2db645d1fba9448d1b80103ff44b1da125d50075db14432154ef01c" diff --git a/pyproject.toml b/pyproject.toml index 078a9b3..ed850bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -copier = "^9.15.0" +copier = "^9.15.1" [build-system] requires = ["poetry-core"]