From 79b506686fb793c14d627d11ba53609f6f8b9ea3 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 27 Feb 2024 16:42:06 +0100 Subject: [PATCH] ci: Update Pyfakefs for py3.12 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b5a9ad..6f14391 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1491,13 +1491,13 @@ pybtex = ">=0.16" [[package]] name = "pyfakefs" -version = "4.7.0" +version = "5.3.5" description = "pyfakefs implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-4.7.0-py3-none-any.whl", hash = "sha256:29203a7482b25406dd3ea41c8740be2697c6058b0f6577485c3ae9cd4c5e96cd"}, - {file = "pyfakefs-4.7.0.tar.gz", hash = "sha256:f22d30d93d2989bf2d2c67b606a14cbab2df0be912c09dcdb590ea4931073ade"}, + {file = "pyfakefs-5.3.5-py3-none-any.whl", hash = "sha256:751015c1de94e1390128c82b48cdedc3f088bbdbe4bc713c79d02a27f0f61e69"}, + {file = "pyfakefs-5.3.5.tar.gz", hash = "sha256:7cdc500b35a214cb7a614e1940543acc6650e69a94ac76e30f33c9373bd9cf90"}, ] [[package]] @@ -2164,4 +2164,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.0,<3.13" -content-hash = "834f330c17546b2367043b24b2dc2b59174d7bbd202b26cb1a7a1d6a93285481" +content-hash = "0f4a090c114a2698e5971718213ff784b308c20ea5c250eff4d78e247268f29e" diff --git a/pyproject.toml b/pyproject.toml index 0d39bf9..28b271c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ optional = true pytest = "^7.1.3" pytest-cov = "4.0.0" pylint = "^3.1.0" -pyfakefs = "^4.5.3" +pyfakefs = "^5.2.3" [tool.poetry.group.dev.dependencies] pdbpp = "^0.10.3"