mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
build(deps): bump diff-cover from 9.0.0 to 9.2.0 (#18577)
Bumps [diff-cover](https://github.com/Bachmann1234/diff-cover) from 9.0.0 to 9.2.0. - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](https://github.com/Bachmann1234/diff-cover/compare/v9.0.0...v9.2.0) --- updated-dependencies: - dependency-name: diff-cover dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
9f63f96916
commit
df7f87cfee
Generated
+4
-4
@@ -1224,13 +1224,13 @@ test-randomorder = ["pytest-randomly"]
|
||||
|
||||
[[package]]
|
||||
name = "diff-cover"
|
||||
version = "9.0.0"
|
||||
version = "9.2.0"
|
||||
description = "Run coverage and linting reports on diffs"
|
||||
optional = true
|
||||
python-versions = "<4.0.0,>=3.8.10"
|
||||
files = [
|
||||
{file = "diff_cover-9.0.0-py3-none-any.whl", hash = "sha256:31b308259b79e2cab5f30aff499a3ea3ba9475f0d495d82ba9b6caa7487bca03"},
|
||||
{file = "diff_cover-9.0.0.tar.gz", hash = "sha256:1dc851d3f3f320c048d03618e4c0d9861fa4a1506b425d2d09a564b20c95674a"},
|
||||
{file = "diff_cover-9.2.0-py3-none-any.whl", hash = "sha256:1e24edc51c39e810c47dd9986e76c333ed95859655c091f572e590c39cabbdbe"},
|
||||
{file = "diff_cover-9.2.0.tar.gz", hash = "sha256:85a0b353ebbb678f9e87ea303f75b545bd0baca38f563219bb72f2ae862bba36"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -3438,4 +3438,4 @@ upnp = ["miniupnpc"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9, <3.13"
|
||||
content-hash = "0f281ddf563f4449cc174eaba6363a2f69df94b576dd4d785169768b64bd192d"
|
||||
content-hash = "2cb2d09f09cd70719d304f344edf40c50753d47d76510e1db035f5a90ee66559"
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@ aiohttp_cors = { version = "0.7.0", optional = true }
|
||||
black = { version = "24.8.0", optional = true }
|
||||
build = { version = "1.2.1", optional = true }
|
||||
coverage = { version = "7.6.1", optional = true }
|
||||
diff-cover = { version = "9.0.0", optional = true }
|
||||
diff-cover = { version = "9.2.0", optional = true }
|
||||
flake8 = { version = "7.1.1", optional = true }
|
||||
isort = { version = "5.13.2", optional = true }
|
||||
# TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds
|
||||
|
||||
Reference in New Issue
Block a user