diff --git a/poetry.lock b/poetry.lock index 6d0c1fa..fc2ab66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -762,7 +762,7 @@ pytest = ">=3.10" [[package]] name = "pytest-mock" -version = "3.8.2" +version = "3.10.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -1109,7 +1109,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "fed2ad5c4294d111a239066ea14509724198fea26fc5ab77c6e950d251b14444" +content-hash = "daa121a0221a0c1f9462078550becdae1fef121bed1cbb9c284ef57d03becb10" [metadata.files] alabaster = [ @@ -1486,8 +1486,8 @@ pytest-forked = [ {file = "pytest_forked-1.4.0-py3-none-any.whl", hash = "sha256:bbbb6717efc886b9d64537b41fb1497cfaf3c9601276be8da2cccfea5a3c8ad8"}, ] pytest-mock = [ - {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, - {file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"}, + {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, + {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, ] pytest-randomly = [ {file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"}, diff --git a/pyproject.toml b/pyproject.toml index ca229d1..6a10197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pdbpp = "^0.10.3" pre-commit = "^2.20.0" pytest = "^7.1.2" pytest-cov = "^3.0.0" -pytest-mock = "^3.8.2" +pytest-mock = "^3.10.0" pytest-randomly = "^3.12.0" pytest-xdist = "^2.5.0" sphinx = "^3.0.4"