Skip to content

Commit 6294a77

Browse files
committed
chore: update dependencies and pre-commit hook versions
Upgraded multiple dependencies in the lockfile including `beautifulsoup4`, `bump-my-version`, `certifi`, and `charset-normalizer` to their latest versions. Also updated the `ruff` pre-commit hook from v0.11.2 to v0.11.8 in `.pre-commit-config.yaml` for improved functionality and fixes.
1 parent f7e5fc7 commit 6294a77

File tree

2 files changed

+243
-207
lines changed

2 files changed

+243
-207
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.2
15+
rev: v0.11.8
1616
hooks:
1717
- id: ruff
1818
args: [--fix]

0 commit comments

Comments
 (0)