diff --git a/poetry.lock b/poetry.lock index 2dd7bbfc..349b8c94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -621,14 +621,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.2" +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.2-py3-none-any.whl", hash = "sha256:8fcea36051d5b8827d49f5e2d242e91a51c5af6b78eeffa8e7adb899a6763e99"}, + {file = "pyfakefs-5.9.2.tar.gz", hash = "sha256:66c5c6ccd4097b484f8782f9a5078fee0533d465e0d9caf594c9157d54382553"}, ] [package.source] @@ -1111,4 +1111,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "610ae34e61e33dfb85b68f85751949b82bd57f2ca029616639fe47f4ce3efca0" +content-hash = "956fa2c2ecdc3ce5b21db28dea3b9be4d273bc60a4085ad685cb0449c6095f4c" diff --git a/pyproject.toml b/pyproject.toml index 8f8a7854..0727e4d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python = '>=3.9' tomli = '2.2.1' requests = "2.32.4" responses = "0.25.6" -pyfakefs = "5.8.0" +pyfakefs = "5.9.2" jproperties = "2.1.2" [tool.poetry.group]