diff --git a/poetry.lock b/poetry.lock index f29a1a8..4522113 100644 --- a/poetry.lock +++ b/poetry.lock @@ -997,14 +997,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.3.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.2.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, - {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, + {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] @@ -1456,4 +1456,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4728f92cf8d20ebdb7ab3af0bea9db89c4735b6c630645d7e47d0c86481c42b8" +content-hash = "def8a4574970823a61a7d868c953b9d9254c4b7050ae75db0f2962d3e9d94bd9" diff --git a/pyproject.toml b/pyproject.toml index 47e2c1f..3d562ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ Levenshtein = "^0.20.9" [tool.poetry.group.dev.dependencies] flake8 = "^6.0.0" pytest = "^7.3.1" -pre-commit = "^3.2.0" +pre-commit = "^3.3.1" pytest-asyncio = "^0.21.0" [build-system]