Skip to content

Commit ea3775a

Browse files
build(deps): update bugfixes
1 parent d38e0f4 commit ea3775a

File tree

3 files changed

+98
-98
lines changed

3 files changed

+98
-98
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: fix-byte-order-marker
1414
- id: mixed-line-ending
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.14.9"
16+
rev: "v0.14.11"
1717
hooks:
1818
# Run the linter
1919
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ emitter = "craft_cli.pytest_plugin"
3535

3636
[dependency-groups]
3737
dev = [
38-
"coverage[toml]==7.13.0",
38+
"coverage[toml]==7.13.1",
3939
"pytest==8.4.2",
4040
"pytest-cov==7.0.0",
4141
"pytest-mock==3.15.1",

0 commit comments

Comments
 (0)