From c8e5fa0a2b7aa1a715b9c834e80d5b1b164b2757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:42:01 +0000 Subject: [PATCH] Chore(deps-dev): Bump pytest-mock from 3.9.0 to 3.10.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.9.0 to 3.10.0. - [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.9.0...v3.10.0) --- 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 2b7a868..4ae7dc2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -597,7 +597,7 @@ pytest = ">=3.6" [[package]] name = "pytest-mock" -version = "3.9.0" +version = "3.10.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -986,7 +986,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9.0" -content-hash = "babd963e35972a45b379236ebaf0b5e397b41ce11f7c2f70908577d30103039c" +content-hash = "589c2137278cb2d02bdf2d39865e828cddb1f13f0b8c5e2b765748ab8f52d515" [metadata.files] alabaster = [ @@ -1410,8 +1410,8 @@ pytest-datafiles = [ {file = "pytest_datafiles-2.0.1-py2.py3-none-any.whl", hash = "sha256:c64ec8ffffbdedaaceed82de65a1eaf68b3a5b02a5ff1c159dbf891dfe2817f8"}, ] pytest-mock = [ - {file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"}, - {file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"}, + {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, + {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, ] pytz = [ {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"}, diff --git a/pyproject.toml b/pyproject.toml index f4a3bfa..227236b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Pygments = "^2.13.0" flake8-import-order = "^0.18.1" flake8-black = "^0.3.3" pytest-datafiles = "^2.0" -pytest-mock = "^3.9.0" +pytest-mock = "^3.10.0" furo = ">=2022.3.4" [tool.poetry.scripts]