Skip to content

Commit

Permalink
chore(deps-dev): bump pre-commit from 3.6.2 to 3.7.1 (#17)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump pre-commit from 3.6.2 to 3.7.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 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.6.2...v3.7.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(changelog): automatic update to add dependabot deps bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored May 13, 2024
1 parent 2cbde74 commit ae93ae7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security
### Dependencies
- Bump `actions/setup-python` from 4 to 5 ([#1](https://github.com/MechanicalFlower/python-template/pull/1))
- Bump `pre-commit` from 3.5.0 to 3.6.2 ([#2](https://github.com/MechanicalFlower/python-template/pull/2), [#8](https://github.com/MechanicalFlower/python-template/pull/8), [#9](https://github.com/MechanicalFlower/python-template/pull/9))
- Bump `pre-commit` from 3.5.0 to 3.7.1 ([#2](https://github.com/MechanicalFlower/python-template/pull/2), [#8](https://github.com/MechanicalFlower/python-template/pull/8), [#9](https://github.com/MechanicalFlower/python-template/pull/9), [#17](https://github.com/MechanicalFlower/python-template/pull/17))
- Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 2.1.1 ([#5](https://github.com/MechanicalFlower/python-template/pull/5))
- Bump `actions/download-artifact` from 3 to 4 ([#4](https://github.com/MechanicalFlower/python-template/pull/4))
- Bump `actions/upload-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/python-template/pull/3))
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python = "^3.10"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
pre-commit = "^3.6.2"
pre-commit = "^3.7.1"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/MechanicalFlower/python-template/issues"
Expand Down

0 comments on commit ae93ae7

Please sign in to comment.