From c1e5d65d82010c56dc86979044613b6bbba9928d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 15:48:31 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cookies from 0.6.1 to 0.7.0 Bumps [pytest-cookies](https://github.com/hackebrot/pytest-cookies) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/hackebrot/pytest-cookies/releases) - [Commits](https://github.com/hackebrot/pytest-cookies/compare/0.6.1...0.7.0) --- updated-dependencies: - dependency-name: pytest-cookies dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e58e4f..63d0d0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1139,18 +1139,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-cookies" -version = "0.6.1" +version = "0.7.0" description = "The pytest plugin for your Cookiecutter templates. 🍪" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pytest-cookies-0.6.1.tar.gz", hash = "sha256:94c41ad914d420b57bc31d58ab2c0b103322c11d07d13b8d245c85fa9b069714"}, - {file = "pytest_cookies-0.6.1-py3-none-any.whl", hash = "sha256:2e2383c12a321753676c8944fb75b3c8ccac70fce58e27d6b201e1a3ff3dab27"}, + {file = "pytest-cookies-0.7.0.tar.gz", hash = "sha256:1aaa6b4def8238d0d1709d3d773b423351bfb671c1e3438664d824e0859d6308"}, + {file = "pytest_cookies-0.7.0-py3-none-any.whl", hash = "sha256:52770f090d77b16428f6a24a208e6be76addb2e33458035714087b4de49389ea"}, ] [package.dependencies] -cookiecutter = ">=1.4.0" -pytest = ">=3.3.0" +cookiecutter = ">=2.1.0" +pytest = ">=3.9.0" [[package]] name = "pytest-cov" @@ -1616,4 +1616,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0f84a7b833d0c15843a8057dcaf1008667975d0278e21907c04ab4691b28f375" +content-hash = "32949d0cc10d794166519633d49c6d07deddccb6c27e19a47182c594ed402e7e" diff --git a/pyproject.toml b/pyproject.toml index 18c8eb7..28ac15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ pytest-cov = "^2.8.1" pytest-mock = "^3.0.0" pytest-xdist = "^3.0.2" hypothesis = "^5.8.0" -pytest-cookies = "^0.6.1" +pytest-cookies = "^0.7.0" coverage = "^6.0b" # style ruff = "^0.0.262"