diff --git a/poetry.lock b/poetry.lock index a87c3a6..8b96cfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1269,13 +1269,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[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]] @@ -2480,4 +2480,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4c26e68c7209f884a0c31f1d2a2cc7bee3a72cdde9b692c2745c0821142dedf7" +content-hash = "fb03ed0d8592465048664e7cd6361f55ebfb54bc8f84d630a57b2aff6a11324d" diff --git a/pyproject.toml b/pyproject.toml index 2656657..a020068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requests = "^2.31.0" fakeredis = "^2.21.3" faker = "^24.8.0" mock = "^5.1.0" -pyfakefs = "^5.4.0" +pyfakefs = "^5.4.1" pytest = "^8.1.1" pytest-asyncio = "0.21.1" pytest-cov = "^5.0.0"