Skip to content

Commit b3872da

Browse files
Bump pytest from 4.6.5 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.5 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@4.6.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent decc088 commit b3872da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919

2020
TEST_REQUIRES = [
21-
'pytest==4.6.5'
21+
'pytest==9.0.3'
2222
]
2323

2424
here = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)