Skip to content

Commit

Permalink
Update pytest-mock requirement from ~=3.12.0 to >=3.12,<3.15 (#402)
Browse files Browse the repository at this point in the history
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.12.0...v3.14.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 22, 2024
1 parent b2b818c commit 34012db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test = [
"Pyjwt~=2.8.0",
"pytest>=7.4,<8.2",
"pytest-cov~=4.1.0",
"pytest-mock~=3.12.0",
"pytest-mock>=3.12,<3.15",
"pytest-randomly==3.*",
"pytest-xdist==3.*",
"requests~=2.31.0",
Expand Down

0 comments on commit 34012db

Please sign in to comment.