From f2a90350c37a3f04bb710d4433519ceddb1f0fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 05:11:11 +0000 Subject: [PATCH] Update dependency pyfakefs to v5.4.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 26a93748..01d28afc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1483,13 +1483,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyfakefs" -version = "5.3.5" +version = "5.4.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.3.5-py3-none-any.whl", hash = "sha256:751015c1de94e1390128c82b48cdedc3f088bbdbe4bc713c79d02a27f0f61e69"}, - {file = "pyfakefs-5.3.5.tar.gz", hash = "sha256:7cdc500b35a214cb7a614e1940543acc6650e69a94ac76e30f33c9373bd9cf90"}, + {file = "pyfakefs-5.4.0-py3-none-any.whl", hash = "sha256:96e52554621a3af7b8171f8660debb65781bcd0cb0bdddea8b12e1b7871c33f3"}, + {file = "pyfakefs-5.4.0.tar.gz", hash = "sha256:969096d84b5b986f4f84399d03f4900381a3880d03adcdbd609566a4baf39bf9"}, ] [[package]] @@ -2559,4 +2559,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "9ce08499e9d7d9160860d24c651865fa508dea44ead5e14b8be952a9a3f7c5b4" +content-hash = "24b8c0e110f9b35592b948e0aeb516f3017dbd7687f12d844fa04f871f5b7a45" diff --git a/pyproject.toml b/pyproject.toml index 9cdb473f..ca6ee727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.5.0" pytest-benchmark = "4.0.0" responses = "0.25.0" black = "23.12.1" -pyfakefs = "5.3.5" +pyfakefs = "5.4.0" pytest-cov = "5.0.0" pylint = "3.1.0" types-toml = "0.10.8.20240310"