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

Commit 52cff47

Browse files
dependabot[bot]FishtownBuildBotmikealfare
authored
Update pre-commit-hooks requirement from ~=4.5 to ~=4.6 (#1281)
* Update pre-commit-hooks requirement from ~=4.5 to ~=4.6 Updates the requirements on [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- 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 b4206ef commit 52cff47

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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: "Update pre-commit-hooks requirement from ~=4.5 to ~=4.6"
3+
time: 2024-07-18T00:57:55.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1281

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mypy==1.8.0 # patch updates have historically introduced breaking changes
1818
pip-tools~=7.3
1919
pre-commit==3.7.0;python_version >="3.9"
2020
pre-commit==3.5.0;python_version <"3.9"
21-
pre-commit-hooks~=4.5
21+
pre-commit-hooks~=4.6
2222
pytest~=7.4
2323
pytest-csv~=3.0
2424
pytest-dotenv~=0.5.2

0 commit comments

Comments
 (0)