Skip to content

Commit

Permalink
Update pytest-mock requirement from <3.13,>=3.11 to >=3.11,<3.15
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.11.0...v3.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kinow committed Mar 22, 2024
1 parent 9898d11 commit 2202a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read(*parts):
'coverage>=5.3,<7.5',
'pytest-cov>=2.10,<4.2',
'pytest-env==0.6,<1.2',
'pytest-mock>=3.11,<3.13',
'pytest-mock>=3.11,<3.15',
'pytest>=6.1,<8.2',
'pycodestyle>=2.6,<2.12'
]
Expand Down

0 comments on commit 2202a80

Please sign in to comment.