diff --git a/poetry.lock b/poetry.lock index fa59b948..b66799ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1495,13 +1495,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyfakefs" -version = "5.6.0" +version = "5.7.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.6.0-py3-none-any.whl", hash = "sha256:1a45bba8615323ec29d65929d32dc66d7b59a1e60a02109950440edb0486c539"}, - {file = "pyfakefs-5.6.0.tar.gz", hash = "sha256:7a549b32865aa97d8ba6538285a93816941d9b7359be2954ac60ec36b277e879"}, + {file = "pyfakefs-5.7.0-py3-none-any.whl", hash = "sha256:0ebf388a79fd937a31e761bf75b6caf7eae8b5d143493a00b18d5cd590d78356"}, + {file = "pyfakefs-5.7.0.tar.gz", hash = "sha256:9cbf0e4f22891e7db94bd4e764a95e91a9beda371cc11fdff3c537d88987696a"}, ] [[package]] @@ -2566,4 +2566,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.12" -content-hash = "a1e500ceadce0dae10e77d6f7ddda03a56434f34b54c73b28f398a6e4787fc90" +content-hash = "04c1f5b638dcf5b0aaa3583fc241d8c4b797e620d31038cde2651e302f0b221c" diff --git a/pyproject.toml b/pyproject.toml index a3a6cbc3..15b9bdf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.6.1" pytest-benchmark = "4.0.0" responses = "0.25.3" black = "24.10.0" -pyfakefs = "5.6.0" +pyfakefs = "5.7.0" pytest-cov = "5.0.0" pylint = "3.3.1" types-toml = "0.10.8.20240310"