From 8ac0a8acf8c44ea8f62fbc4388c046117b4847bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:14:45 +0300 Subject: [PATCH] Bump cookiecutter from 2.2.3 to 2.3.0 (#2293) Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Changelog](https://github.com/cookiecutter/cookiecutter/blob/main/HISTORY.md) - [Commits](https://github.com/cookiecutter/cookiecutter/compare/2.2.3...2.3.0) --- updated-dependencies: - dependency-name: cookiecutter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0cae173d..0992bab9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -364,13 +364,13 @@ testing = ["flake8", "pytest", "pytest-cov", "pytest-virtualenv", "pytest-xdist" [[package]] name = "cookiecutter" -version = "2.2.3" +version = "2.3.0" description = "A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template." optional = false python-versions = ">=3.7" files = [ - {file = "cookiecutter-2.2.3-py3-none-any.whl", hash = "sha256:17ad6751aef0a39d004c5ecacbd18176de6e83505343073fd7e48b60bdac5254"}, - {file = "cookiecutter-2.2.3.tar.gz", hash = "sha256:d56f18c0c01c09804450b501ac43e8f6104cfa7cdd93610359c68b1ba9fd84d2"}, + {file = "cookiecutter-2.3.0-py3-none-any.whl", hash = "sha256:7e87944757c6e9f8729cf89a4139b6a35ab4d6dcbc6ae3e7d6360d44ad3ad383"}, + {file = "cookiecutter-2.3.0.tar.gz", hash = "sha256:942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621"}, ] [package.dependencies] @@ -381,6 +381,7 @@ Jinja2 = ">=2.7,<4.0.0" python-slugify = ">=4.0.0" pyyaml = ">=5.3.1" requests = ">=2.23.0" +rich = "*" [[package]] name = "cryptography" @@ -2106,4 +2107,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "08f57206fdd5ccea925f8d5dd184387fd97a371c92d32c31eb968838d399ef92" +content-hash = "d6894d0ab1e93840ce07224976edcd0e6ba77a42a3b5bed500da29867dea1923" diff --git a/pyproject.toml b/pyproject.toml index e85ed8b8..c2333bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -cookiecutter = "^2.2" +cookiecutter = "^2.3" jinja2-git = "^1.3" [tool.poetry.group.test.dependencies]