Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 309a409

Browse files
jakob-kellerLee-W
authored andcommitted
build(poetry): relax charset-normalizer dependency to allow 3.0.x
1 parent e3c4e02 commit 309a409

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
@@ -70,7 +70,7 @@ jinja2 = ">=2.10.3"
7070
pyyaml = ">=3.08"
7171
argcomplete = ">=1.12.1,<2.1"
7272
typing-extensions = "^4.0.1"
73-
charset-normalizer = "^2.1.0"
73+
charset-normalizer = ">=2.1.0,<3.1"
7474

7575
[tool.poetry.dev-dependencies]
7676
ipython = "^7.2"

0 commit comments

Comments
 (0)