Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent bf4a8c8 commit 4430e14
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 @@ -108,7 +108,7 @@ packages = ["floss", "floss.sigs"]
# These dependencies are not used in production environments
# and should not conflict with other libraries/tooling.
dev = [
"pre-commit==3.5.0",
"pre-commit==4.0.1",
"pyyaml==6.0.1",
"pytest==8.3.3",
"pytest-sugar==1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pefile==2024.8.26
pip==24.2
platformdirs==4.3.6
pluggy==1.5.0
pre-commit==3.5.0
pre-commit==4.0.1
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycodestyle==2.12.1
Expand Down

0 comments on commit 4430e14

Please sign in to comment.