From 0d8c91ff79c6ea721973509eca9a076904216484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:46:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20copi?= =?UTF-8?q?er=20to=20v9.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 38 ++++---------------------------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/poetry.lock b/poetry.lock index 359893d..94ba450 100644 --- a/poetry.lock +++ b/poetry.lock @@ -52,18 +52,17 @@ files = [ [[package]] name = "copier" -version = "9.1.1" +version = "9.2.0" description = "A library for rendering project templates." optional = false python-versions = ">=3.8" files = [ - {file = "copier-9.1.1-py3-none-any.whl", hash = "sha256:d6983127a7d1af7970bf8d5a50948ca6057a592a87ed4b39eaf6a86b8746fa2a"}, - {file = "copier-9.1.1.tar.gz", hash = "sha256:1127771e33d00453bdc716ab314b06c11bd0925815ab1e1010c03278d7934ebd"}, + {file = "copier-9.2.0-py3-none-any.whl", hash = "sha256:62682ce8cd78db1006feafe2c815d59d5069efa4c2009017f3c63780d977f6de"}, + {file = "copier-9.2.0.tar.gz", hash = "sha256:4ed9012579923955d3fc61d049568907fabe6d9a47e5f871236c6aae0b7472f1"}, ] [package.dependencies] colorama = ">=0.4.6" -decorator = ">=5.1.1" dunamai = {version = ">=1.7.0", markers = "python_version < \"4\""} funcy = ">=1.17" jinja2 = ">=3.1.3" @@ -74,20 +73,8 @@ plumbum = ">=1.6.9" pydantic = ">=2.4.2" pygments = ">=2.7.1" pyyaml = ">=5.3.1" -pyyaml-include = ">=1.2" questionary = ">=1.8.1" -[[package]] -name = "decorator" -version = "5.1.1" -description = "Decorators for Humans" -optional = false -python-versions = ">=3.5" -files = [ - {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, - {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, -] - [[package]] name = "distlib" version = "0.3.8" @@ -582,23 +569,6 @@ files = [ {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, ] -[[package]] -name = "pyyaml-include" -version = "1.3.2" -description = "Extending PyYAML with a custom constructor for including YAML files within YAML files" -optional = false -python-versions = ">=3.7" -files = [ - {file = "pyyaml-include-1.3.2.tar.gz", hash = "sha256:a516d5172092ec110a427dafe171da9341fe488eb6d1c78fb52f1f0414dec26d"}, - {file = "pyyaml_include-1.3.2-py3-none-any.whl", hash = "sha256:cc0c0a1e4c2a91e4f0b1aea83634fe8b622fe90fc3be8e8293f1e47c5ed6001b"}, -] - -[package.dependencies] -PyYAML = ">=6.0,<7.0" - -[package.extras] -toml = ["toml"] - [[package]] name = "questionary" version = "2.0.1" @@ -769,4 +739,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "eccaa7e6f1e5450e606400aab9aff9893db142099d78a132cef2ed59ea1dff8d" +content-hash = "07887de36446a183e264cd35416a8bd35737eda90f88d4780aa23d8caa99e915" diff --git a/pyproject.toml b/pyproject.toml index 17fdda6..4ba8886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.11" [tool.poetry.group.dev.dependencies] codespell = "2.2.6" -copier = "9.1.1" +copier = "9.2.0" pre-commit = "3.7.0" pre-commit-hooks = "4.5.0" yamllint = "1.35.1"