浏览代码
chore(deps-dev): update coverage requirement from ^6.1.2 to >=6.1.2,<8.0.0 (#84)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot]
1周前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
pyproject.toml
|
|
|
@@ -33,7 +33,7 @@ python-dateutil = "^2.8" |
|
|
|
[tool.poetry.group.dev.dependencies] |
|
|
|
black = ">23.1,<25.0" |
|
|
|
parameterized = "^0.9.0" |
|
|
|
coverage = "^6.1.2" |
|
|
|
coverage = ">=6.1.2,<8.0.0" |
|
|
|
coveralls = ">=3.3.1,<5.0.0" |
|
|
|
|
|
|
|
[build-system] |
|
|
|
|