From 715867fdcb0323ba63ca815589c05c61fd4a016c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:05:38 +0000 Subject: [PATCH] Update dependency pyfakefs to v6.1.4 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 2e26e36c..4b29b397 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1878,13 +1878,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pyfakefs" -version = "6.1.3" +version = "6.1.4" description = "Implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.10" files = [ - {file = "pyfakefs-6.1.3-py3-none-any.whl", hash = "sha256:8bf5fa4637ab7749891435c419f155be70fa0341e34b67b0a8a0364cd5e2249d"}, - {file = "pyfakefs-6.1.3.tar.gz", hash = "sha256:8368ecd2bcdd126362b8900b26dd543afe881d5c396892dcb86e4dc561a39f0f"}, + {file = "pyfakefs-6.1.4-py3-none-any.whl", hash = "sha256:46bbc7520a1524af2461ddcaf4a5a800596c750bfdb75afa1afd985bf1e39536"}, + {file = "pyfakefs-6.1.4.tar.gz", hash = "sha256:58d5902282085e8ff03f95316ce133858904096f7adbe622efef899b90695698"}, ] [package.extras] @@ -3236,4 +3236,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "7440552478297cb6b7c1e0c26d3feb9267cbd9e5f24dd78e9b632869ef5467a5" +content-hash = "9f069ba27f911ef215451d83fdce2d5642f09db1b8f747c75f8f4430fb95a64b" diff --git a/pyproject.toml b/pyproject.toml index 2d0ddf3c..83d9dc72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pytest-xdist = "3.8.0" pytest-benchmark = "5.2.3" responses = "0.26.0" black = "26.1.0" -pyfakefs = "6.1.3" +pyfakefs = "6.1.4" pytest-cov = "7.0.0" pylint = "4.0.5"