Skip to content

Commit

Permalink
Merge pull request #21 from saritasa-nest/dependabot/pip/coverage-7.6.0
Browse files Browse the repository at this point in the history
Bump coverage from 7.5.4 to 7.6.0
  • Loading branch information
TheSuperiorStanislav committed Jul 12, 2024
2 parents 23e148b + 29940a0 commit c626ba9
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
110 changes: 55 additions & 55 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 @@ -91,7 +91,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.4"
coverage = "^7.6.0"
# HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
# https://www.python-httpx.org/
httpx = {version ="^0.27.0"}
Expand Down

0 comments on commit c626ba9

Please sign in to comment.