diff --git a/poetry.lock b/poetry.lock index 9fd5e71f..0ed26966 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1652,13 +1652,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pyfakefs" -version = "5.7.3" +version = "5.7.4" 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.3-py3-none-any.whl", hash = "sha256:53702780b38b24a48a9b8481c971abf1675f5abfd7d44653c2bcdd90b9751224"}, - {file = "pyfakefs-5.7.3.tar.gz", hash = "sha256:cd53790761d0fc030a9cf41fd541bfd28c1ea681b1a7c5df8834f3c9e511ac5f"}, + {file = "pyfakefs-5.7.4-py3-none-any.whl", hash = "sha256:3e763d700b91c54ade6388be2cfa4e521abc00e34f7defb84ee511c73031f45f"}, + {file = "pyfakefs-5.7.4.tar.gz", hash = "sha256:4971e65cc80a93a1e6f1e3a4654909c0c493186539084dc9301da3d68c8878fe"}, ] [[package]] @@ -2875,4 +2875,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "40af3a8bf92b5837f54417cdd5d06bfd09921483e914145a833bec2676f4ea80" +content-hash = "cba8269c5dcd4f1f78515c97d07c778c5eec2c1bfb9b15dddd0a2af0745d508f" diff --git a/pyproject.toml b/pyproject.toml index 195b50c1..87627a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.6.1" pytest-benchmark = "5.1.0" responses = "0.25.5" black = "24.10.0" -pyfakefs = "5.7.3" +pyfakefs = "5.7.4" pytest-cov = "6.0.0" pylint = "3.3.3" types-toml = "0.10.8.20240310"