diff --git a/poetry.lock b/poetry.lock index c01955e..8cbda3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -530,13 +530,13 @@ 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" optional = false python-versions = ">=3.7" files = [ - {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"}, ] [package.dependencies] @@ -786,4 +786,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "02dbe86b0d8aa1850e9032cfa5329fa980e7387548c8ca1ee4dade8c55293932" +content-hash = "0cd0187b8012dfe3fc7c2b9f37e41cb9bcfccffcd9f72e85f5c4ad1ec7d6b0aa" diff --git a/pyproject.toml b/pyproject.toml index d889ea6..84a7020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ oauthlib = "^3.2.2" pytest = "^7.3" black = {version = "^23.3", allow-prereleases = true} pytest-cov = "^4.1.0" -pytest-mock = "^3.6.1" +pytest-mock = "^3.11.1" tox = "^4.6.0" tox-gh-actions = "^3.1.1"