From eb6a965ec5a76a0a64559ede89d9c42a149ba4d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:11:01 +0000 Subject: [PATCH] Update dependency pyfakefs to v5.5.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 fd4565ed..04863dcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1484,13 +1484,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyfakefs" -version = "5.4.1" +version = "5.5.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.4.1-py3-none-any.whl", hash = "sha256:21d6a3276d9c964510c85cef0c568920d53ec9033da9b2a2c616489cedbe700a"}, - {file = "pyfakefs-5.4.1.tar.gz", hash = "sha256:20cb51e860c2f3ff83859162ad5134bb8b0a1e7a81df0a18cfccc4862d0d9dcc"}, + {file = "pyfakefs-5.5.0-py3-none-any.whl", hash = "sha256:8dbf203ab7bef1529f11f7d41b9478b898e95bf9f3b71262163aac07a518cd76"}, + {file = "pyfakefs-5.5.0.tar.gz", hash = "sha256:7448aaa07142f892d0a4eb52a5ed3206a9f02c6599e686cd97d624c18979c154"}, ] [[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 = "2784a107aeda4fd904acff07430a149de87cc6d704ce22c91c6fb6b39ca1a624" +content-hash = "2d479bb31d57f2a3ef467720cddf05dfe9e4566e5ab7dfed7f1a56b7e8434082" diff --git a/pyproject.toml b/pyproject.toml index b41a0c5b..f1ec2564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.6.1" pytest-benchmark = "4.0.0" responses = "0.25.0" black = "23.12.1" -pyfakefs = "5.4.1" +pyfakefs = "5.5.0" pytest-cov = "5.0.0" pylint = "3.1.0" types-toml = "0.10.8.20240310"