From 61c2d7bcf1c3614a434087d1f7ecdd168438a37d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:33:11 +0000 Subject: [PATCH] Update dependency pytest-env to v0.8.2 --- {{ cookiecutter.project_name }}/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/test_requirements.txt b/{{ cookiecutter.project_name }}/test_requirements.txt index 3a72431..289740f 100644 --- a/{{ cookiecutter.project_name }}/test_requirements.txt +++ b/{{ cookiecutter.project_name }}/test_requirements.txt @@ -11,7 +11,7 @@ pylint==2.6.0 pylint-django==2.3.0 pytest pytest-cov -pytest-env==0.6.2 +pytest-env==0.8.2 pytest-django pytest-mock semantic-version