Skip to content

Commit ee65022

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

File tree

3 files changed

+103
-103
lines changed

3 files changed

+103
-103
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: 2 additions & 2 deletions
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",
@@ -57,7 +57,7 @@ docs = [
5757
"sphinx-lint==1.0.2",
5858
"sphinxext-rediraffe==0.3.0",
5959
"pytest>=7.0.0", # pytest is imported by the code, which is parsed for api gen.
60-
"canonical-sphinx[full]==0.5.1",
60+
"canonical-sphinx[full]==0.5.2",
6161
]
6262
tics = ["flake8", "pylint"]
6363

0 commit comments

Comments
 (0)