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 = "*"