Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 62dea2e

Browse files
Update pytest requirement from ~=7.4.4 to >=7.4.4,<8.2.0
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.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7de839c commit 62dea2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
extras_require = {
2828
'dev': [
29-
'pytest~=7.4.4',
29+
'pytest>=7.4.4,<8.2.0',
3030
'pytest-cov~=4.1.0',
3131
'requests-mock~=1.11.0',
3232
'setuptools>=69.0.3',

0 commit comments

Comments
 (0)