Skip to content

Commit 77bfa9c

Browse files
build(deps): bump pytest-mock from 3.14.0 to 3.14.1 (#19755)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3491f1a commit 77bfa9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,15 +2822,15 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
28222822

28232823
[[package]]
28242824
name = "pytest-mock"
2825-
version = "3.14.0"
2825+
version = "3.14.1"
28262826
description = "Thin-wrapper around the mock package for easier use with pytest"
28272827
optional = true
28282828
python-versions = ">=3.8"
28292829
groups = ["main"]
28302830
markers = "extra == \"dev\""
28312831
files = [
2832-
{file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"},
2833-
{file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"},
2832+
{file = "pytest_mock-3.14.1-py3-none-any.whl", hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0"},
2833+
{file = "pytest_mock-3.14.1.tar.gz", hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"},
28342834
]
28352835

28362836
[package.dependencies]

0 commit comments

Comments
 (0)