From 57336c8ca48686eba2f2e3583017c9e533d1c3d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:01:34 +0000 Subject: [PATCH] chore(deps): update dependency pyfakefs to v5.9.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a91ac77..5961587 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,13 +248,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyfakefs" -version = "5.8.0" -description = "pyfakefs implements a fake file system that mocks the Python file system modules." +version = "5.9.1" +description = "Implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.8.0-py3-none-any.whl", hash = "sha256:4bd0fc8def7d0582139922447758632ff34a327b460a7e83feb6edbd841061dd"}, - {file = "pyfakefs-5.8.0.tar.gz", hash = "sha256:7e5457ee3cc67069d3cef6e278227ecfc80bfb61e925bc0a4d3b0af32d1c99ce"}, + {file = "pyfakefs-5.9.1-py3-none-any.whl", hash = "sha256:b3c1f391f1990112ff6b0642182e75f07a6d7fcd81cf1357277680bf6c9b8a84"}, + {file = "pyfakefs-5.9.1.tar.gz", hash = "sha256:ca02a1441dc77d7512bebfe4224b32f2127e83c45672f5fe2c02c33d4284bc70"}, ] [[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 = "8142bb2f81143c3266169b101d3066ab3cf9f537bdf23d49ad5d4cc7eeb8c130" +content-hash = "917a4df7a37b899fe63c5f543c7ca75c9f7306391fc0a11fd18705e7967a444c" diff --git a/pyproject.toml b/pyproject.toml index 7322eaa..816e565 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.8.0" +pyfakefs = "==5.9.1" ruamel-yaml = "==0.18.10" [tool.poetry.scripts]