Skip to content

Commit

Permalink
Update pytest-mock requirement from <3.12,>=3 to >=3,<3.13
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.0.0...v3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent a74a191 commit 1aab2b3
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 @@ -145,7 +145,7 @@ test = [
"pre-commit>=3,<3.6",
"pytest-console-scripts>=1.1,<1.5",
"pytest-cov>=4,<4.2",
"pytest-mock>=3,<3.12",
"pytest-mock>=3,<3.13",
"pytest>=7,<7.5",
"responses>=0.14,<0.24",
"ruff>=0.1,<0.2",
Expand Down

0 comments on commit 1aab2b3

Please sign in to comment.