Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-approx-eq-8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 19, 2024
2 parents d430779 + eae8d2f commit cd413b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240718-223238.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Loosen pin on pre-commit from 3.7.0 to 3.7"
time: 2024-07-18T22:32:38.00000Z
custom:
Author: dependabot[bot]
PR: 1074
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.0;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 cd413b5

Please sign in to comment.