From 06e88fa55863060531f76c8432cf2aa69e0d85da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:47:57 +0000 Subject: [PATCH] Update dependency pyfakefs to v5.7.3 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 5e3f0d15..f6b23ab2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1664,13 +1664,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pyfakefs" -version = "5.7.2" +version = "5.7.3" description = "pyfakefs implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.7.2-py3-none-any.whl", hash = "sha256:e1527b0e8e4b33be52f0b024ca1deb269c73eecd68457c6b0bf608d6dab12ebd"}, - {file = "pyfakefs-5.7.2.tar.gz", hash = "sha256:40da84175c5af8d9c4f3b31800b8edc4af1e74a212671dd658b21cc881c60000"}, + {file = "pyfakefs-5.7.3-py3-none-any.whl", hash = "sha256:53702780b38b24a48a9b8481c971abf1675f5abfd7d44653c2bcdd90b9751224"}, + {file = "pyfakefs-5.7.3.tar.gz", hash = "sha256:cd53790761d0fc030a9cf41fd541bfd28c1ea681b1a7c5df8834f3c9e511ac5f"}, ] [[package]] @@ -2880,4 +2880,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "342fb9ada1f88d16052ddfb74d81a6aa258470a2743ec824204ba09631abf5cb" +content-hash = "7edccfd4fcb501cc760fb9a19683657a2c366d165820d7f3d33c4b095b81dfc3" diff --git a/pyproject.toml b/pyproject.toml index ec32c653..3d359dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest-xdist = "3.6.1" pytest-benchmark = "5.1.0" responses = "0.25.3" black = "24.10.0" -pyfakefs = "5.7.2" +pyfakefs = "5.7.3" pytest-cov = "6.0.0" pylint = "3.3.2" types-toml = "0.10.8.20240310"