Skip to content

Commit

Permalink
Merge pull request #34 from saritasa-nest/dependabot/pip/coverage-7.5.4
Browse files Browse the repository at this point in the history
Bump coverage from 7.5.3 to 7.5.4
  • Loading branch information
TheSuperiorStanislav authored Jun 24, 2024
2 parents cb95d6c + 584efe6 commit a5294c0
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
108 changes: 54 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pytest-sugar = "^1.0.0"
# It monitors your program, noting which parts of the code have been executed,
# then analyzes the source to identify code that could have been executed but was not.
# https://coverage.readthedocs.io/en/latest/
coverage = "^7.5.3"
coverage = "^7.5.4"
# asyncpg is a database interface library designed specifically for PostgreSQL
# and Python/asyncio.
# https://magicstack.github.io/asyncpg/current/
Expand Down

0 comments on commit a5294c0

Please sign in to comment.