diff --git a/pyproject.toml b/pyproject.toml index f148b92c..383b5849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ openai = ">=1.30.1,<2.0" [tool.poetry.group.lint.dependencies] black = ">=23.1,<25.0" -ruff = ">=0.0.249,<0.4.6" +ruff = ">=0.0.249,<0.4.8" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2025.0" types-chardet = "^5.0.4.6"