From 571da9ce4be0b043d4071e3d76b675b7dfb1b29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 06:09:07 +0000 Subject: [PATCH] build(deps-dev): bump pytest-mock from 3.8.2 to 3.10.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.2 to 3.10.0.
Release notes

Sourced from pytest-mock's releases.

v3.10.0

v3.9.0

Changelog

Sourced from pytest-mock's changelog.

3.10.0 (2022-10-05)

.. _#319: pytest-dev/pytest-mock#319

3.9.0 (2022-09-28)

.. _#318: pytest-dev/pytest-mock#318

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-mock&package-manager=pip&previous-version=3.8.2&new-version=3.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"