Skip to content

Commit 4c6098a

Browse files
Update dependencies (#273)
* Update pre-commit requirement from ~=4.0 to ~=4.1 (#272) Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update `pre-commit` hooks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee2524c commit 4c6098a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [--py311-plus]
2424

2525
- repo: https://github.com/ambv/black
26-
rev: 24.10.0
26+
rev: 25.1.0
2727
hooks:
2828
- id: black
2929
name: Blacken

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
invoke~=2.2
2-
pre-commit~=4.0
2+
pre-commit~=4.1
33
pylint~=3.3

0 commit comments

Comments
 (0)