diff --git a/poetry.lock b/poetry.lock index df925fb0..f7300ccc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1969,14 +1969,14 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pyfakefs" -version = "6.1.6" +version = "6.2.0" description = "Implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pyfakefs-6.1.6-py3-none-any.whl", hash = "sha256:28e620e117b9728d7f8ebb50f9537da6ab36ef9c0bebc12469aaba3c72759ff7"}, - {file = "pyfakefs-6.1.6.tar.gz", hash = "sha256:dcdfc09b13f3fd464142e20ef6154639bd26fb0890572c5dd869339a083e2903"}, + {file = "pyfakefs-6.2.0-py3-none-any.whl", hash = "sha256:0968a49db692694ffed420e54a9f1cbae4636637b880e8ab09c8ccc0f11bd7ae"}, + {file = "pyfakefs-6.2.0.tar.gz", hash = "sha256:e59a36db447bf509ce9c97ab3d1510c08cc51895c5311325a560a5e5b5dc1940"}, ] [package.extras] @@ -3368,4 +3368,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.13" -content-hash = "2da2a3ca2212fc8f5f1b91402ff656103d269d2b4ca37bb50b773413109c40a7" +content-hash = "a4beff48d6dd3798fec180f4fee89c8d5ce401c78ee4b3919404d2911d96ec77" diff --git a/pyproject.toml b/pyproject.toml index 09996923..602344a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ pytest-xdist = "3.8.0" pytest-benchmark = "5.2.3" responses = "0.26.0" black = "26.3.1" -pyfakefs = "6.1.6" +pyfakefs = "6.2.0" pytest-cov = "7.1.0" pylint = "4.0.5"