From 40052e82485423fc1a619da638afabec9de222f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:43:18 -0300 Subject: [PATCH] Bump pre-commit from 3.6.1 to 3.7.0 in /requirements (#371) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.7.0. - [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.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0c9a2cf4..9b427ff7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -90,7 +90,7 @@ pluggy==1.4.0 # via # pytest # tox -pre-commit==3.6.1 +pre-commit==3.7.0 # via -r dev.in psutil==5.9.8 # via pytest-xprocess