diff --git a/poetry.lock b/poetry.lock index eb9a29d..3ddd0b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4758,13 +4758,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.11.1" +version = "3.12.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, - {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, + {file = "pytest-mock-3.12.0.tar.gz", hash = "sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9"}, + {file = "pytest_mock-3.12.0-py3-none-any.whl", hash = "sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f"}, ] [package.dependencies] @@ -7277,4 +7277,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "74939597cd15da77e6d8c2e07e9c7c2e369b90258e1d5c39ce011be6f7b92c41" +content-hash = "0991655341ec723f73a4bcf7bfc29831b9400e11d69e5e9470f520bd9e0304d7" diff --git a/pyproject.toml b/pyproject.toml index f218fb5..ef0eb6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ types-tqdm = "^4.66.0.2" pytest = "^7.4.2" pytest-clarity = "^1.0.1" pytest-cov = "^4.1.0" -pytest-mock = "^3.11.1" +pytest-mock = "^3.12.0" pytest-repeat = "^0.9.1" [tool.poetry.scripts]