Skip to content

Commit

Permalink
Merge pull request #70 from denpamusic/dependabot/pip/coverage-7.5.0
Browse files Browse the repository at this point in the history
Bump coverage from 7.4.4 to 7.5.0
  • Loading branch information
denpamusic committed May 3, 2024
2 parents f98d08e + 7840fbb commit 364a0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -33,7 +33,7 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"codespell==2.2.6",
"coverage==7.4.4",
"coverage==7.5.0",
"mypy==1.9.0",
"pyserial-asyncio-fast==0.11",
"pytest==8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
@@ -1,5 +1,5 @@
codespell==2.2.6
coverage==7.4.4
coverage==7.5.0
mypy==1.9.0
pre-commit==3.7.0
pyserial-asyncio-fast==0.11
Expand Down

0 comments on commit 364a0d0

Please sign in to comment.