From 5b6e70ae6998c155b92bfdd39a1e922549ec259e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:21:29 +0000 Subject: [PATCH] Bump pre-commit from 2.20.0 to 3.6.2 in /src Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 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/v2.20.0...v3.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f04931a..3167e33 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -64,7 +64,7 @@ platformdirs==4.2.0 # black # pylint # virtualenv -pre-commit==2.20.0 +pre-commit==3.6.2 # via -r src/requirements.txt pylint==2.15.6 # via -r src/requirements.txt