Skip to content

Commit 2b9b1e8

Browse files
Update dependency pytest to v8.2.1 (#456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c662203 commit 2b9b1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies = [
8484
"yamllint==1.35.1", # YAML linter
8585
"pre-commit==3.7.1", # Git commit hooks
8686
"mypy==1.10.0", # Static type checker
87-
"pytest==8.2.0", # Testing framework
87+
"pytest==8.2.1", # Testing framework
8888
"pytest-cov==5.0.0", # Test coverage
8989
]
9090

0 commit comments

Comments
 (0)