diff --git a/poetry.lock b/poetry.lock index fab512fac..17c856ead 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1871,13 +1871,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pyfakefs" -version = "5.10.1" +version = "5.10.2" description = "Implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.10.1-py3-none-any.whl", hash = "sha256:2e752d2e05e77add0759bb17efb1418060c176e8c06399c8258ca49377ab5b20"}, - {file = "pyfakefs-5.10.1.tar.gz", hash = "sha256:4d76c481ba47d5e09d7a32519e837bcbd36f0e2bd7bc09ea75e633167665a4e5"}, + {file = "pyfakefs-5.10.2-py3-none-any.whl", hash = "sha256:6ff0e84653a71efc6a73f9ee839c3141e3a7cdf4e1fb97666f82ac5b24308d64"}, + {file = "pyfakefs-5.10.2.tar.gz", hash = "sha256:8ae0e5421e08de4e433853a4609a06a1835f4bc2a3ce13b54f36713a897474ba"}, ] [[package]] @@ -3185,4 +3185,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "488731b1e2f6cdbec1681a13430837006c633c0ac64e275805fbf2b77713ce9e" +content-hash = "4b9d035c9795d76878528d5926e4f7be6b0dd8f477731932e7e73a17141e8028" diff --git a/pyproject.toml b/pyproject.toml index eba410afb..a90ca78d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.8.0" pytest-benchmark = "5.2.0" responses = "0.25.8" black = "25.9.0" -pyfakefs = "5.10.1" +pyfakefs = "5.10.2" pytest-cov = "7.0.0" pylint = "4.0.2"