From 1ce47fbdc9d0d5bbcffa6384c630d45dcd28b4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:13:08 -0600 Subject: [PATCH] Bump pre-commit from 3.6.2 to 3.7.0 (#662) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 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.2...v3.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 90ee609d8..fc2553c3b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,7 +10,7 @@ django-post-office==3.6.0 django-timezone-field==6.1.0 djangorestframework==3.14.0 pre-commit==3.5.0 ; python_version<"3.9" -pre-commit==3.6.2 ; python_version>="3.9" +pre-commit==3.7.0 ; python_version>="3.9" python-dateutil==2.8.2 backports.zoneinfo==0.2.1 ; python_version<"3.9" python-dateutil==2.8.2 ; python_version<"3.11"