Skip to content

Commit

Permalink
Update pytest requirement from <8.1.0,>=7.4.4 to >=7.4.4,<8.4.0 (#17)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.3.1)

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

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 Aug 5, 2024
1 parent 6cb9ed1 commit 9ef722a
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 @@ -28,7 +28,7 @@
],
extras_require = {
'dev': [
'pytest>=7.4.4,<8.1.0',
'pytest>=7.4.4,<8.4.0',
'pytest-cov~=4.1.0',
'requests-mock~=1.11.0',
'setuptools>=69.0.3',
Expand Down

0 comments on commit 9ef722a

Please sign in to comment.