From 21756f5edc7d28e5e32d9b651b7dd946cc497cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:11:58 +0000 Subject: [PATCH] build(deps-dev): Bump cruft from 2.10.0 to 2.10.2 Bumps [cruft](https://github.com/cruft/cruft) from 2.10.0 to 2.10.2. - [Release notes](https://github.com/cruft/cruft/releases) - [Changelog](https://github.com/cruft/cruft/blob/master/CHANGELOG.md) - [Commits](https://github.com/cruft/cruft/compare/2.10.0...2.10.2) --- updated-dependencies: - dependency-name: cruft dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d0424fb..282b99a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -300,11 +300,11 @@ toml = ["tomli"] [[package]] name = "cruft" -version = "2.10.0" +version = "2.10.2" description = "Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of CookieCutter." category = "dev" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.6.2,<4.0.0" [package.dependencies] click = ">=7.1.2,<9.0.0" @@ -2074,7 +2074,7 @@ docs = ["emoji", "importlib-metadata", "myst-parser", "pygments", "python-dotenv [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "3e6b92c78a29c0a4be5424bf50c08a025b87a312ab0044c8757b8b4243ad377a" +content-hash = "2c6ed49144323e6bab20e79ae2127499a41d4b73f061485154f093ed0021e9c2" [metadata.files] alabaster = [ @@ -2324,8 +2324,8 @@ coverage = [ {file = "coverage-6.3.2.tar.gz", hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9"}, ] cruft = [ - {file = "cruft-2.10.0-py3-none-any.whl", hash = "sha256:72dc58799e308571a4edbb13bcd589260a2ce0003682c167e41c81c4078d5723"}, - {file = "cruft-2.10.0.tar.gz", hash = "sha256:4d3737eb072f44737f501ff1e88de4f762a4a3bb1f08784e708b0598a4581516"}, + {file = "cruft-2.10.2-py3-none-any.whl", hash = "sha256:8ccf0b74ea07f4de3bc7c6a798c0fbfb922a02c7c44f472905edd624f383085c"}, + {file = "cruft-2.10.2.tar.gz", hash = "sha256:fe7aaace048df17efc0e597c8035cb0deaa7a8734a86eb8c6cca5388971a2a42"}, ] darglint = [ {file = "darglint-1.8.1-py3-none-any.whl", hash = "sha256:5ae11c259c17b0701618a20c3da343a3eb98b3bc4b5a83d31cdd94f5ebdced8d"}, diff --git a/pyproject.toml b/pyproject.toml index 9eeb1bed..b50dd5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ types-emoji = { version = "^1.2.7", optional = true} # PEP 561 compliant stub pa [tool.poetry.dev-dependencies] # Standardized Developer Workflow Orchestration -cruft = "^2.10.0" # Automated Cookiecutter template synchronization +cruft = "^2.10.2" # Automated Cookiecutter template synchronization # Type Checking and Data Validation mypy = "^0.931" # Static type checker