Skip to content

Commit

Permalink
Bump pre-commit from 3.7.0 to 3.7.1 (#867)
Browse files Browse the repository at this point in the history
* 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]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
4 people authored Jul 21, 2024
1 parent 6674d55 commit 725b45e
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-191611.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump pre-commit from 3.7.0 to 3.7.1"
time: 2024-07-18T19:16:11.00000Z
custom:
Author: dependabot[bot]
PR: 867
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-postgres.git

# 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
ddtrace==2.3.0
Expand Down

0 comments on commit 725b45e

Please sign in to comment.