Skip to content

Commit 1edc663

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

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
@@ -81,7 +81,7 @@ def package_vars(version_file):
8181
"coveralls == 3.3.1",
8282
"docker == 7.0.0",
8383
"pre-commit == 3.6.0",
84-
"pytest == 8.0.0",
84+
"pytest == 8.0.2",
8585
"pytest-cov == 4.1.0",
8686
]
8787
},

0 commit comments

Comments
 (0)