diff --git a/poetry.lock b/poetry.lock index 73fc59ea..2da789f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -951,13 +951,13 @@ strenum = ">=0.4.9,<0.5.0" [[package]] name = "pre-commit" -version = "3.2.1" +version = "3.3.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {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"}, + {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] @@ -1741,4 +1741,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "feebfcd02fdd7cda5c92d26d5954f043f74805ee2cc785b11c549b230bb255ac" +content-hash = "f47fa47fd5e3da6ef7c85c159b3d3855544412f2aa7b5f889356fb45a52f84da" diff --git a/pyproject.toml b/pyproject.toml index b6825599..d95346ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ supafunc = "^0.2.2" python-semantic-release = "7.34.3" [tool.poetry.dev-dependencies] -pre-commit = "^3.2.1" +pre-commit = "^3.3.2" black = "^23.1" pytest = "^7.3.2" flake8 = "^5.0.4"