Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit eae8d2f

Browse files
dependabot[bot]FishtownBuildBotmikealfare
authored
Bump pre-commit from 3.7.0 to 3.7.1 (#1074)
* Bump pre-commit from 3.7.0 to 3.7.1 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](pre-commit/pre-commit@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] <[email protected]> * Add automated changelog yaml from template for bot PR * loosen pin on pre-commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
1 parent 0053c00 commit eae8d2f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Loosen pin on pre-commit from 3.7.0 to 3.7"
3+
time: 2024-07-18T22:32:38.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1074

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
77

88
# dev
99
ipdb~=0.13.13
10-
pre-commit==3.7.0;python_version >="3.9"
11-
pre-commit==3.5.0;python_version <"3.9"
10+
pre-commit~=3.7.0;python_version>="3.9"
11+
pre-commit~=3.5.0;python_version<"3.9"
1212

1313
# test
1414
freezegun~=1.4

0 commit comments

Comments
 (0)