From 8b780c4e11646d30fd60833ba141f91992acfda8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:25:30 +0000 Subject: [PATCH] Update dependency responses to v0.25.6 (#13) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- {{ cookiecutter.project_slug }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 47c39ef..883f8aa 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -42,7 +42,7 @@ pylint = { version = "^2.0", python = "^3.6" } pytest = "^3.3" pytest-cov = "*" pytest-mock = "1.13.0" -responses = "0.25.5" +responses = "0.25.6" typing = { version = "^3.6.6", python = "^3.6" } codecov = "*"