diff --git a/poetry.lock b/poetry.lock index b74d245..e318d56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1891,4 +1891,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9b17629676b618cb33ad3c24517f3d86c34d490cfc394aaae51e6ae7f63065da" +content-hash = "b15628ca9e8daa3e11f4bcda62828c982b06636d1c076a0f4ce516a2947f86ea" diff --git a/pyproject.toml b/pyproject.toml index 181becb..1fccc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tqdm = "^4.66.4" [tool.poetry.group.dev.dependencies] ipython = "<8.18" ipdb = "*" -ruff = ">=0.6.8" +ruff = "0.6.8" pre-commit = "^3" commitizen = "^3" rich-codex = "^1"