From 103f4e061715b5df056e931207d836f2102291bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:28:52 +0000 Subject: [PATCH] chore(deps): update dependency pyfakefs to v5.10.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5961587..12848a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,13 +248,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyfakefs" -version = "5.9.1" +version = "5.10.2" description = "Implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.9.1-py3-none-any.whl", hash = "sha256:b3c1f391f1990112ff6b0642182e75f07a6d7fcd81cf1357277680bf6c9b8a84"}, - {file = "pyfakefs-5.9.1.tar.gz", hash = "sha256:ca02a1441dc77d7512bebfe4224b32f2127e83c45672f5fe2c02c33d4284bc70"}, + {file = "pyfakefs-5.10.2-py3-none-any.whl", hash = "sha256:6ff0e84653a71efc6a73f9ee839c3141e3a7cdf4e1fb97666f82ac5b24308d64"}, + {file = "pyfakefs-5.10.2.tar.gz", hash = "sha256:8ae0e5421e08de4e433853a4609a06a1835f4bc2a3ce13b54f36713a897474ba"}, ] [[package]] @@ -632,4 +632,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "917a4df7a37b899fe63c5f543c7ca75c9f7306391fc0a11fd18705e7967a444c" +content-hash = "ef4ed5293a90c52c882c3f1864ac27c290c62a072dcbe4225ce267b44acb90b1" diff --git a/pyproject.toml b/pyproject.toml index b9c4480..64d7a61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pyjson5 = ">=1.6.8" [tool.poetry.group.dev.dependencies] pytest = "==8.3.5" pytest-cov = "==5.0.0" -pyfakefs = "==5.9.1" +pyfakefs = "==5.10.2" ruamel-yaml = "==0.18.10" [tool.poetry.scripts]