diff --git a/poetry.lock b/poetry.lock index d45ca0a..f995185 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,14 +335,14 @@ files = [ [[package]] name = "copier" -version = "9.15.2" +version = "9.16.0" description = "A library for rendering project templates." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "copier-9.15.2-py3-none-any.whl", hash = "sha256:50a39142d6493f2261762309374a7a7462dbab654c5d22fd9aa17b6a69b84a95"}, - {file = "copier-9.15.2.tar.gz", hash = "sha256:58d07c62a3426c4f5b8c482c8cda59646de53733388536427356a8625116050c"}, + {file = "copier-9.16.0-py3-none-any.whl", hash = "sha256:fadc55a22db6fb0f99d52878d3df4df3fa9c314dd96b0d81fef785a5e803114b"}, + {file = "copier-9.16.0.tar.gz", hash = "sha256:4db1a9861d0760f745cc6241f99be37b476f849b8ad700133e2f620b7df92eb2"}, ] [package.dependencies] @@ -1513,4 +1513,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "86daa934d4229349f514b51bc7ba100bfc865ef1dd9eabe72a5da4fb3b93e42d" +content-hash = "418a2085f5044a9fcb9af4efaf0dc9bd282a528389bc4964d7c23cca8be7c6ff" diff --git a/pyproject.toml b/pyproject.toml index ebe800c..bbc1525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" click = "8.4.2" click-config-file = "0.6.0" -copier = "9.15.2" +copier = "9.16.0" PyGithub = "2.9.1" sh = "2.3.0"