Skip to content

Commit

Permalink
Merge pull request #74 from denpamusic/dependabot/pip/coverage-7.5.1
Browse files Browse the repository at this point in the history
Bump coverage from 7.5.0 to 7.5.1
  • Loading branch information
denpamusic authored May 9, 2024
2 parents 1212eda + 73bef44 commit 9158f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"codespell==2.2.6",
"coverage==7.5.0",
"coverage==7.5.1",
"mypy==1.10.0",
"pyserial-asyncio-fast==0.11",
"pytest==8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codespell==2.2.6
coverage==7.5.0
coverage==7.5.1
mypy==1.10.0
pre-commit==3.7.0
pyserial-asyncio-fast==0.11
Expand Down

0 comments on commit 9158f97

Please sign in to comment.