diff --git a/poetry.lock b/poetry.lock index 01d28afc..38eb4925 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1483,13 +1483,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyfakefs" -version = "5.4.0" +version = "5.4.1" description = "pyfakefs implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.4.0-py3-none-any.whl", hash = "sha256:96e52554621a3af7b8171f8660debb65781bcd0cb0bdddea8b12e1b7871c33f3"}, - {file = "pyfakefs-5.4.0.tar.gz", hash = "sha256:969096d84b5b986f4f84399d03f4900381a3880d03adcdbd609566a4baf39bf9"}, + {file = "pyfakefs-5.4.1-py3-none-any.whl", hash = "sha256:21d6a3276d9c964510c85cef0c568920d53ec9033da9b2a2c616489cedbe700a"}, + {file = "pyfakefs-5.4.1.tar.gz", hash = "sha256:20cb51e860c2f3ff83859162ad5134bb8b0a1e7a81df0a18cfccc4862d0d9dcc"}, ] [[package]] @@ -2559,4 +2559,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "24b8c0e110f9b35592b948e0aeb516f3017dbd7687f12d844fa04f871f5b7a45" +content-hash = "29fca16728fb3bddbff2d592465b8c489f2c81a3c63502c092c841171e1c3f55" diff --git a/pyproject.toml b/pyproject.toml index ca6ee727..a6191c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.5.0" pytest-benchmark = "4.0.0" responses = "0.25.0" black = "23.12.1" -pyfakefs = "5.4.0" +pyfakefs = "5.4.1" pytest-cov = "5.0.0" pylint = "3.1.0" types-toml = "0.10.8.20240310"