From 1b0fe829cf4d9e05ece8a129222edaa55e3e02a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:19:27 +0000 Subject: [PATCH] Bump pre-commit from 3.6.1 to 3.6.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.6.2. - [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/v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bb1729..9fb94c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ coverage==7.4.1 flake8==7.0.0 GitPython==3.1.41 # NOTE: Needs git installed on the system pdoc==14.4.0 -pre-commit==3.6.1 +pre-commit==3.6.2 pytest==8.0.0 python-dateutil==2.8.2