From 63412a7459c3ea920b4e60d7c621982a9204cef1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 8 Sep 2024 07:49:56 +1000 Subject: [PATCH] Update pytest-env from 0.6.2 to 1.1.4 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d3ef6f2..3c07d92 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ coverage==5.5 pylint==2.8.3 pytest==6.2.4 pytest-cov==2.12.1 -pytest-env==0.6.2 +pytest-env==1.1.4 pytest-asyncio==0.15.1 requests-mock==1.9.3