Skip to content

Commit 1645f00

Browse files
build(deps): bump pytest-mock from 3.14.1 to 3.15.1 (#20076)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.1 to 3.15.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.1...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd3bd78 commit 1645f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,15 +2922,15 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"]
29222922

29232923
[[package]]
29242924
name = "pytest-mock"
2925-
version = "3.14.1"
2925+
version = "3.15.1"
29262926
description = "Thin-wrapper around the mock package for easier use with pytest"
29272927
optional = true
2928-
python-versions = ">=3.8"
2928+
python-versions = ">=3.9"
29292929
groups = ["main"]
29302930
markers = "extra == \"dev\""
29312931
files = [
2932-
{file = "pytest_mock-3.14.1-py3-none-any.whl", hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0"},
2933-
{file = "pytest_mock-3.14.1.tar.gz", hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"},
2932+
{file = "pytest_mock-3.15.1-py3-none-any.whl", hash = "sha256:0a25e2eb88fe5168d535041d09a4529a188176ae608a6d249ee65abc0949630d"},
2933+
{file = "pytest_mock-3.15.1.tar.gz", hash = "sha256:1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f"},
29342934
]
29352935

29362936
[package.dependencies]

0 commit comments

Comments
 (0)