From 8890ff19de159fd7fe1a2a61e8f54e044e1360a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 06:57:54 +0000 Subject: [PATCH] Bump pre-commit from 3.3.1 to 3.3.2 (#720) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20cbe5864..775cbffd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1511,14 +1511,14 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock [[package]] name = "pre-commit" -version = "3.3.1" +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.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, - {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, + {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] @@ -2358,4 +2358,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1acd70e389560b8856a9e821b3f918a85494988dcc688a526f9a7084abfd409e" +content-hash = "495288580c86040b45b3a2e055801ddfeccb87c63fbd1e74566de91657bc4341" diff --git a/pyproject.toml b/pyproject.toml index 7f6476500..d3efdf35a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8-use-fstring = "^1.4" homeassistant-stubs = "^2023.2.4" isort = "^5.12.0" mypy = "^1.3" -pre-commit = "^3.3.1" +pre-commit = "^3.3.2" PyGithub = "^1.58" pylint = "^2.17.4" types-requests = "^2.31.0"