From 8c0f35679b581ca48acb64e8151b834dc2047260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:12:23 +0000 Subject: [PATCH] Bump copier from 9.4.1 to 9.5.0 Bumps [copier](https://github.com/copier-org/copier) from 9.4.1 to 9.5.0. - [Release notes](https://github.com/copier-org/copier/releases) - [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md) - [Commits](https://github.com/copier-org/copier/compare/v9.4.1...v9.5.0) --- updated-dependencies: - dependency-name: copier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 ++++++++++++++++++++++----- pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 77828b3..762e3b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -24,23 +24,24 @@ files = [ [[package]] name = "copier" -version = "9.4.1" +version = "9.5.0" description = "A library for rendering project templates." optional = false python-versions = ">=3.9" files = [ - {file = "copier-9.4.1-py3-none-any.whl", hash = "sha256:863385b7ba8a9090c832cd12ca072dba9153397dbe7c5f337bf8c3d8859efa32"}, - {file = "copier-9.4.1.tar.gz", hash = "sha256:cc81d8204cb17fbc8c4a14996a8ce764166c34c77236de38cfbeb960c887b68f"}, + {file = "copier-9.5.0-py3-none-any.whl", hash = "sha256:d7d9851649ad71518f8e868ab761362af0ee9008025a3f85647e9724983cf540"}, + {file = "copier-9.5.0.tar.gz", hash = "sha256:db7311075176376ee746fe610ffb5b27db7ac755585d6149894f677ffbce127d"}, ] [package.dependencies] colorama = ">=0.4.6" dunamai = ">=1.7.0" funcy = ">=1.17" -jinja2 = ">=3.1.4" +jinja2 = ">=3.1.5" jinja2-ansible-filters = ">=1.3.1" packaging = ">=23.0" pathspec = ">=0.9.0" +platformdirs = ">=4.3.6" plumbum = ">=1.6.9" pydantic = ">=2.4.2" pygments = ">=2.7.1" @@ -199,6 +200,22 @@ files = [ {file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"}, ] +[[package]] +name = "platformdirs" +version = "4.3.6" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." +optional = false +python-versions = ">=3.8" +files = [ + {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"}, + {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"}, +] + +[package.extras] +docs = ["furo (>=2024.8.6)", "proselint (>=0.14)", "sphinx (>=8.0.2)", "sphinx-autodoc-typehints (>=2.4)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=8.3.2)", "pytest-cov (>=5)", "pytest-mock (>=3.14)"] +type = ["mypy (>=1.11.2)"] + [[package]] name = "plumbum" version = "1.9.0" @@ -507,4 +524,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e76342d4b586fc33c9b42a0f5e7b5e2c1fddc3412fa335f28e676c621bf67165" +content-hash = "b3bc9169baab0ebb33aa52f5000c14d8a8a089f42391e19c0410a143d447c246" diff --git a/pyproject.toml b/pyproject.toml index d359847..3d0e216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -copier = "^9.4.1" +copier = "^9.5.0" [build-system] requires = ["poetry-core"]