From 4952339d4a4070e5728eb51ff3b942a882a36f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:31:11 -0700 Subject: [PATCH] chore(deps): Bump pytest-mock from 3.12.0 to 3.14.0 in /cirrus/server (#10474) Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.0.
Release notes

Sourced from pytest-mock's releases.

v3.14.0

v3.13.0

Changelog

Sourced from pytest-mock's changelog.

3.14.0 (2024-03-21)

3.13.0 (2024-03-21)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-mock&package-manager=pip&previous-version=3.12.0&new-version=3.14.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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cirrus/server/poetry.lock | 10 +++++----- cirrus/server/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cirrus/server/poetry.lock b/cirrus/server/poetry.lock index 30d84d9d27..5e4641b622 100644 --- a/cirrus/server/poetry.lock +++ b/cirrus/server/poetry.lock @@ -920,17 +920,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.12.0" +version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.12.0.tar.gz", hash = "sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9"}, - {file = "pytest_mock-3.12.0-py3-none-any.whl", hash = "sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f"}, + {file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, + {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, ] [package.dependencies] -pytest = ">=5.0" +pytest = ">=6.2.5" [package.extras] dev = ["pre-commit", "pytest-asyncio", "tox"] @@ -1387,4 +1387,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.10.10" -content-hash = "7197c84b3ff39ab9099d8585f7cce1d5039b6da5744b5701fd210012aca2664a" +content-hash = "03d21d6619efff2eedbfd70735c5332468a45f5a2caf55c283a1b66f4fb98dc6" diff --git a/cirrus/server/pyproject.toml b/cirrus/server/pyproject.toml index 3e0f470920..cf20e4da6e 100644 --- a/cirrus/server/pyproject.toml +++ b/cirrus/server/pyproject.toml @@ -19,7 +19,7 @@ requests = "^2.31.0" pytest-asyncio = "^0.23.2" python-decouple = "^3.8" glean-sdk = "^53.2.0" -pytest-mock = "^3.12.0" +pytest-mock = "^3.14.0" mozilla-nimbus-shared = "^2.5.2" sentry-sdk = "^1.43.0"