From 973555fd27ac14b8bae897af866565acd8fd267f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:57:45 +0000 Subject: [PATCH] Bump pre-commit from 3.7.0 to 3.7.1 in /website Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.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/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/requirements-dev.txt b/website/requirements-dev.txt index c81b12f1..29fa2da5 100644 --- a/website/requirements-dev.txt +++ b/website/requirements-dev.txt @@ -1,3 +1,3 @@ ruamel.yaml==0.18.6 -pre-commit==3.7.0 +pre-commit==3.7.1 python-frontmatter==1.1.0