diff --git a/poetry.lock b/poetry.lock index f3468419..7e44c648 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1024,14 +1024,14 @@ strenum = ">=0.4.9,<0.5.0" [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.2.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.2.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"}, + {file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"}, ] [package.dependencies] @@ -1858,4 +1858,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4d22e3ad709fc6e75159d0b4382e17f77afc98481042121819d1037f48906d83" +content-hash = "a0f2cabf7d0e2809245d8f10c0b3e168055d55ff51fd195b83ae7e703088c103" diff --git a/pyproject.toml b/pyproject.toml index 8abda419..ea730580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ supafunc = "^0.2.2" python-semantic-release = "7.33.2" [tool.poetry.dev-dependencies] -pre-commit = "^3.2.0" +pre-commit = "^3.2.1" black = "^23.1" pytest = "^7.2.2" flake8 = "^5.0.4"