From 8e445bb109ae5b1012305bbd2ad1a0b1dfaa9ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:57:45 +0000 Subject: [PATCH] build(deps): update dependency pyfakefs to v5.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d251105..2831c242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "coverage[toml]==7.6.1", "freezegun==1.5.1", "logassert==7", - "pyfakefs==5.4.1", + "pyfakefs==5.6.0", "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-mock==3.14.0",