Skip to content

Commit c8a03e8

Browse files
Update pytest requirement from ==6.1.* to >=6.1,<6.3
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@6.1.0...6.2.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8da6d3f commit c8a03e8

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
@@ -39,7 +39,7 @@ def read(*parts):
3939
'codecov==2.1.*',
4040
'coverage>=5.3,<5.6',
4141
'pytest-cov==2.10.*',
42-
'pytest==6.1.*',
42+
'pytest>=6.1,<6.3',
4343
'pycodestyle==2.6.*'
4444
]
4545

0 commit comments

Comments
 (0)