diff --git a/poetry.lock b/poetry.lock index e3ba063e..6f7063a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1570,13 +1570,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyfakefs" -version = "5.3.1" +version = "5.3.2" description = "pyfakefs implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.3.1-py3-none-any.whl", hash = "sha256:dbe268b70da64f1506baf7d7a2a2248b96b56d28d61a68859272b5fdc321c39e"}, - {file = "pyfakefs-5.3.1.tar.gz", hash = "sha256:dd1fb374039fadccf35d3f3df7aa5d239482e0650dcd240e053d3b9e78740918"}, + {file = "pyfakefs-5.3.2-py3-none-any.whl", hash = "sha256:5a62194cfa24542a3c9080b66ce65d78b2e977957edfd3cd6fe98e8349bcca32"}, + {file = "pyfakefs-5.3.2.tar.gz", hash = "sha256:a83776a3c1046d4d103f2f530029aa6cdff5f0386dffd59c15ee16926135493c"}, ] [[package]] @@ -2688,4 +2688,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "d74d4a9523333f2ead4b31f8e1cc0ff29f5d44d851b4fa8d74063788388f295b" +content-hash = "cd69454968c758ba9f2fd5265a38573fb914d3d3e0e8d795e6dbcd66e8394876" diff --git a/pyproject.toml b/pyproject.toml index cb3d14b8..cc1ea472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-xdist = "3.5.0" pytest-benchmark = "4.0.0" responses = "0.24.1" black = "23.11.0" -pyfakefs = "5.3.1" +pyfakefs = "5.3.2" pytest-cov = "4.1.0" pylint = "3.0.2" types-toml = "0.10.8.7"