diff --git a/poetry.lock b/poetry.lock index 328ecd49..51d89ba4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -642,14 +642,14 @@ reference = "jfrog-server" [[package]] name = "pyfakefs" -version = "5.8.0" -description = "pyfakefs implements a fake file system that mocks the Python file system modules." +version = "5.9.3" +description = "Implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "pyfakefs-5.8.0-py3-none-any.whl", hash = "sha256:4bd0fc8def7d0582139922447758632ff34a327b460a7e83feb6edbd841061dd"}, - {file = "pyfakefs-5.8.0.tar.gz", hash = "sha256:7e5457ee3cc67069d3cef6e278227ecfc80bfb61e925bc0a4d3b0af32d1c99ce"}, + {file = "pyfakefs-5.9.3-py3-none-any.whl", hash = "sha256:14a0514e94ff156543208c0b4832facc68bdf19de993799b67d58dd5ca05ef30"}, + {file = "pyfakefs-5.9.3.tar.gz", hash = "sha256:b458b11abc8862d4d8500816170a9b25e10d07437332b9dffd651069f3d4c40c"}, ] [package.source] @@ -1133,4 +1133,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "3b38640a54c1e63222f56482a89b674a822ad01e7e3434e146989cb01adcbf78" +content-hash = "05bea44c67e5a5cedd5d3d1774c02bc22d69edbba07875c36b2466a1a098f5d3" diff --git a/pyproject.toml b/pyproject.toml index db547f1c..6b6507c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python = '>=3.9' tomli = '2.2.1' requests = "2.32.5" responses = "0.25.8" -pyfakefs = "5.8.0" +pyfakefs = "5.9.3" jproperties = "2.1.2" [tool.poetry.group]