diff --git a/poetry.lock b/poetry.lock index df73e15..df3e571 100644 --- a/poetry.lock +++ b/poetry.lock @@ -214,13 +214,13 @@ files = [ [[package]] name = "copier" -version = "8.3.0" +version = "9.0.1" description = "A library for rendering project templates." optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "copier-8.3.0-py3-none-any.whl", hash = "sha256:a708e9b7c0eb7363ee5935f7a96a63a6f39b6da1d36f1c931d1ebd7711bb2ecf"}, - {file = "copier-8.3.0.tar.gz", hash = "sha256:051149721c811bfa84023fca5c23827917ac5f42ab6c2696dcb522b17aee7cae"}, + {file = "copier-9.0.1-py3-none-any.whl", hash = "sha256:0c5d0a0de372e1b0cb9f0f19988fadf6f652a5df78931ef5e9206b27fab8766e"}, + {file = "copier-9.0.1.tar.gz", hash = "sha256:eaf525bbccad7acc66fb11ff52f1a96bf32b2470389d3c077c21e339b755842e"}, ] [package.dependencies] @@ -233,7 +233,7 @@ jinja2-ansible-filters = ">=1.3.1" packaging = ">=23.0" pathspec = ">=0.9.0" plumbum = ">=1.6.9" -pydantic = ">=2.0.3" +pydantic = ">=2.4.2" pygments = ">=2.7.1" pyyaml = ">=5.3.1" pyyaml-include = ">=1.2" @@ -1424,4 +1424,4 @@ docs = ["furo", "myst-parser", "sphinx", "sphinx-autobuild", "sphinx-copybutton" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "a63af2d9264bc7b5de3c93476a5253b830d0bade86481b6ccc66d04bdf2b038a" +content-hash = "e2e75de95e22c256ba89249b1f0efea5b5144e008f020a04a68f82939d7cbff1" diff --git a/pyproject.toml b/pyproject.toml index 8b7f77a..116e553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ ] [tool.poetry.group.dev.dependencies] -copier = ">=8.1.0,<9.0" +copier = ">=8.1.0,<10.0" pytest = "^7.4.2" types-pyyaml = "^6.0.12.4"