diff --git a/poetry.lock b/poetry.lock index 460a23f..7d090a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -1226,14 +1226,14 @@ reference = "tsinghua" [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.3.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, + {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, ] [package.dependencies] @@ -1874,4 +1874,4 @@ reference = "tsinghua" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "b0ff434e09bbf283102e45af812d2897a9fdc7a4f6225188061594994182d8b0" +content-hash = "e3214fa5006a40204edf853c4261ede79f7605364d6e3d16b4dadf107daad62d" diff --git a/pyproject.toml b/pyproject.toml index 2b529b2..e5fb7d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = ">=3.8.1,<4.0" requests = ">=2.4.3" [tool.poetry.group.dev.dependencies] -pre-commit = "^2.20.0" +pre-commit = ">=2.20,<4.0" black = "^22.12.0" isort = "^5.11.4" ipython = "^8.7.0"