diff --git a/pyproject.toml b/pyproject.toml index a59a934..c9f8cb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynaconf = "3.2.3" [tool.poetry.dev-dependencies] pytest = "7.4.2" pytest-cov = "^4.1.0" -ruff = "^0.0.291" +ruff = "^0.1.3" [tool.pytest.ini_options] testpaths = ["tests",]