diff --git a/pyproject.toml b/pyproject.toml index a2b78377..babbcfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docstring_parser = "0.16" [tool.poetry.group.lint.dependencies] black = "^23.1.0" -ruff = ">=0.0.249,<0.3.5" +ruff = ">=0.0.249,<0.4.3" types-toml = "^0.10.8.1" types-pytz = "^2023.3.0.0" types-chardet = "^5.0.4.6"