Skip to content

Commit 69b9625

Browse files
committed
feat(poetry): relax packaging version
tox > 4.0.0 needs packaging 22.0
1 parent 838878e commit 69b9625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ termcolor = [
6464
{ "version" = "^1.1", python = "< 3.7" },
6565
{ "version" = ">= 1.1, < 3", python = ">= 3.7" },
6666
]
67-
packaging = ">=19,<22"
67+
packaging = ">=19"
6868
tomlkit = ">=0.5.3,<1.0.0"
6969
jinja2 = ">=2.10.3"
7070
pyyaml = ">=3.08"

0 commit comments

Comments
 (0)