Skip to content

Commit

Permalink
build(deps-dev): bump pre-commit from 4.0.1 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.1 to 4.1.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.0.1...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 2e34217 commit 107b13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dynamic = ["version"]
dev = [
"bump-my-version==0.29.0 ;python_version < '3.13'",
"cibuildwheel==2.22.0",
"pre-commit==4.0.1", # python_version >= 3.9
"pre-commit==4.1.0", # python_version >= 3.9
]
doc = [
"sphinx==7.4.7", # python_version 3.9-3.13
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bump-my-version==0.29.0 ;python_version < '3.13'
cibuildwheel==2.22.0
pre-commit==4.0.1
pre-commit==4.1.0

0 comments on commit 107b13c

Please sign in to comment.