Skip to content

Commit

Permalink
loosen pin on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 19, 2024
1 parent 59bcdfc commit 1f262d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/Dependencies-20240718-223238.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: "Dependencies"
body: "Bump pre-commit from 3.7.0 to 3.7.1"
body: "Loosen pin on pre-commit from 3.7.0 to 3.7"
time: 2024-07-18T22:32:38.00000Z
custom:
Author: dependabot[bot]
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter

# dev
ipdb~=0.13.13
pre-commit==3.7.1;python_version >="3.9"
pre-commit==3.5.0;python_version <"3.9"
pre-commit~=3.7.0;python_version>="3.9"
pre-commit~=3.5.0;python_version<"3.9"

# test
freezegun~=1.4
Expand Down

0 comments on commit 1f262d4

Please sign in to comment.