From 52aafb6cefd2c26c7c515306c9a98266d7caa9b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:40:58 +0000 Subject: [PATCH] Update dependency pyfakefs to v5.6.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87c3f00aa..9ee8bb183 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1488,13 +1488,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyfakefs" -version = "5.5.0" +version = "5.6.0" description = "pyfakefs implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.5.0-py3-none-any.whl", hash = "sha256:8dbf203ab7bef1529f11f7d41b9478b898e95bf9f3b71262163aac07a518cd76"}, - {file = "pyfakefs-5.5.0.tar.gz", hash = "sha256:7448aaa07142f892d0a4eb52a5ed3206a9f02c6599e686cd97d624c18979c154"}, + {file = "pyfakefs-5.6.0-py3-none-any.whl", hash = "sha256:1a45bba8615323ec29d65929d32dc66d7b59a1e60a02109950440edb0486c539"}, + {file = "pyfakefs-5.6.0.tar.gz", hash = "sha256:7a549b32865aa97d8ba6538285a93816941d9b7359be2954ac60ec36b277e879"}, ] [[package]] @@ -2563,4 +2563,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "2659c2549017e9c0fa11daa4e4b727b086c32ad2fadc0419f9f1e5a8755a6424" +content-hash = "16eb111726a542dca38cd5f06bec0d8baccf010bc02cb4ad378f27b6eadc7e7c" diff --git a/pyproject.toml b/pyproject.toml index 91310bf91..5b2fb28eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.6.1" pytest-benchmark = "4.0.0" responses = "0.25.3" black = "24.4.2" -pyfakefs = "5.5.0" +pyfakefs = "5.6.0" pytest-cov = "5.0.0" pylint = "3.2.5" types-toml = "0.10.8.20240310"