diff --git a/pyproject.toml b/pyproject.toml index 7aa3451..c1e90ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" mypy = "^1.2.0" -ruff = ">=0.0.263,<0.0.292" +ruff = ">=0.0.263,<0.0.293" types-PyYAML="^6.0.12.9" types-requests="^2.29.0.0" types-urllib3="^1.26.25.11"