Skip to content

Commit cb35a7b

Browse files
Bump pre-commit from 4.1 to 4.3.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1 to 4.3.0. - [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.1.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10b7602 commit cb35a7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"mkdocs-material==9.6.12",
2222
"mkdocs-material-extensions==1.3.1",
2323
"mkdocs-same-dir==0.1.3",
24-
"pre-commit==4.1",
24+
"pre-commit==4.3.0",
2525
"pymdown-extensions==10.14.3",
2626
"ruff==0.9.9",
2727
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ markdown-exec[ansi] == 1.10.3
1111
# Developer stuff
1212
ruff == 0.11.6
1313
codespell == 2.4.1
14-
pre-commit == 4.2.0
14+
pre-commit == 4.3.0
1515

1616
# Other
1717
ipython == 9.0.2

0 commit comments

Comments
 (0)