Skip to content

Commit c010694

Browse files
committed
Bump up coverage dependency
1 parent fe17e67 commit c010694

File tree

2 files changed

+57
-55
lines changed

2 files changed

+57
-55
lines changed

poetry.lock

Lines changed: 55 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "varname"
7-
version = "0.11.2"
7+
version = "0.12.0"
88
description = "Dark magics about variable names in python."
99
authors = [ "pwwang <[email protected]>",]
1010
license = "MIT"
@@ -24,7 +24,7 @@ pure_eval = { version = "0.*", optional = true }
2424
[tool.poetry.dev-dependencies]
2525
pytest = "^7"
2626
pytest-cov = "^4"
27-
coverage = { version = "^6.4", extras = ["toml"] }
27+
coverage = { version = "^7", extras = ["toml"] }
2828

2929
[tool.poetry.extras]
3030
all = ["asttokens", "pure_eval"]

0 commit comments

Comments
 (0)