Skip to content

Commit f81f749

Browse files
committed
build(poetry): relax charset-normalizer dependency specification
`charset-normalizer` [claims to follow semver convention](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md).
1 parent 48c100d commit f81f749

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
@@ -58,7 +58,7 @@ jinja2 = ">=2.10.3"
5858
pyyaml = ">=3.08"
5959
argcomplete = ">=1.12.1,<2.2"
6060
typing-extensions = { version = "^4.0.1", python = "<3.8" }
61-
charset-normalizer = ">=2.1.0,<3.1"
61+
charset-normalizer = ">=2.1.0,<4"
6262

6363
[tool.poetry.dev-dependencies]
6464
ipython = "^7.2"

0 commit comments

Comments
 (0)