diff --git a/poetry.lock b/poetry.lock index 41ff15de..d5cbb0bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -832,7 +832,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -1171,7 +1171,7 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5047971d1c53a039035c5352466bb0d552818373d9e1956ea1cc37da662cefef" +content-hash = "4ebf013baad0c9355aadf54e06059b41287bbbaa9e923b057ff9e532f1b9cd61" [metadata.files] appnope = [ @@ -1757,8 +1757,8 @@ pytest-cov = [ {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, ] pytest-mock = [ - {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, + {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, ] pytest-randomly = [ {file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"}, diff --git a/pyproject.toml b/pyproject.toml index 7a7cf130..207f1270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest-xdist = "^3.3.1" [tool.poetry.group.dev.dependencies] pytest = "^7.3.2" pytest-cov = "^4.1.0" -pytest-mock = "^3.10.0" +pytest-mock = "^3.11.1" pytest-randomly = "^3.12.0" pytest-xdist = {version = "^3.3.1", extras = ["psutil"]} pre-commit = "^3.3.3"