Skip to content

Commit d052937

Browse files
build(deps-dev): update pytest-mock requirement from ^3.14.0 to ^3.15.1 (#415)
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [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.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 408dafd commit d052937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aws-xray-sdk = "^2.13.0"
1818
black = "^26.1.0"
1919
ruff = "^0.15.0"
2020
pytest = "^9.0.0"
21-
pytest-mock = "^3.14.0"
21+
pytest-mock = "^3.15.1"
2222
pytest-cov = "^7.0.0"
2323
isort = "^8.0.0"
2424
taskipy = "^1.12.2"

0 commit comments

Comments
 (0)