Skip to content

Commit 488c80c

Browse files
authored
Remove chardet pinning (#554)
This was necessary as a workaround for #527, but now the fix was released upstream, so we can remove it. Fixes #527.
2 parents 2ad88e7 + a4718c1 commit 488c80c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ dev-pytest = [
110110
"cookiecutter == 2.7.1", # For checking the cookiecutter scripts
111111
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
112112
"sybil >= 6.1.1, < 11", # Should be consistent with the extra-lint-examples dependency
113-
# This is a hack to overcome an outdated version check in requests, see
114-
# https://github.com/frequenz-floss/frequenz-repo-config-python/issues/527
115-
"chardet < 6",
116113
]
117114
dev = [
118115
"frequenz-repo-config[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)