From 11ee6786bf729ac7fa4588d97ee574c6f2dd5a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:51:28 +0200 Subject: [PATCH] build(deps): bump pre-commit from 4.0.0 to 4.0.1 (#1358) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a194d8c3..b9ae2438 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ruff==0.6.9 ocpp==1.0.0 websockets==13.1 jsonschema==4.23.0 -pre-commit==4.0.0 +pre-commit==4.0.1 pytest-homeassistant-custom-component==0.13.172 setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability