From 28a11cfaf9c522b33b1a2cc7dbc1eb2e40d8e9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 03:00:43 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-mock from 3.10.0 to 3.11.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 to 3.11.1. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.10.0...v3.11.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"