diff --git a/poetry.lock b/poetry.lock index f29a1a8..3248566 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.2" 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.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, + {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, ] [package.dependencies] @@ -1456,4 +1456,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4728f92cf8d20ebdb7ab3af0bea9db89c4735b6c630645d7e47d0c86481c42b8" +content-hash = "82117ef81dda8760ff3727a32332e8bb5f02c36278ce8648cacba69c6a87f9a4" diff --git a/pyproject.toml b/pyproject.toml index 47e2c1f..645a221 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.2" pytest-asyncio = "^0.21.0" [build-system]