diff --git a/poetry.lock b/poetry.lock index 6bdba18..52687a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,14 +244,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.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.3.0-py2.py3-none-any.whl", hash = "sha256:7577a012399334d9f001873b5553f9fabc1ccc5b3e2b29e0793f84ce18e9d042"}, - {file = "pre_commit-3.3.0.tar.gz", hash = "sha256:06acda43a7b6b63fdcc29aa90bf1228cf4d4029a4e4d70971347a9d2593c94d4"}, + {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] @@ -399,4 +399,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "35249cf8fb3916234a3844db9904a586488d4a07c9443a948a8e41187b076a0a" +content-hash = "38f6ca21442cdcbf38d4a7474b11286d1a799aef2268c24e238927cc36a26303" diff --git a/pyproject.toml b/pyproject.toml index 7ef5969..9c8c648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] pytest = "^7.3" -pre-commit = "^3.3.0" +pre-commit = "^3.3.1" black = "^23.3.0" [build-system]