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

Update dependency test/pytest to v8.1.1 #443

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blue/pyproject.toml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ test = [
"codecov==2.1.13",
"pylint==3.0.3",
"pytype==2024.3.11",
"pytest==8.0.1",
"pytest==8.1.1",
"pytest-cov==4.1.0",
"ruamel.yaml~=0.17"
]