We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea0df1 commit f2ed8d7Copy full SHA for f2ed8d7
pyproject.toml
@@ -35,7 +35,7 @@ emitter = "craft_cli.pytest_plugin"
35
36
[dependency-groups]
37
dev = [
38
- "coverage[toml]==7.13.0",
+ "coverage[toml]==7.13.3",
39
"pytest==8.4.2",
40
"pytest-cov==7.0.0",
41
"pytest-mock==3.15.1",
@@ -53,11 +53,11 @@ types = [
53
"types-setuptools",
54
]
55
docs = [
56
- "sphinx-toolbox==4.1.1",
+ "sphinx-toolbox==4.1.2",
57
"sphinx-lint==1.0.2",
58
"sphinxext-rediraffe==0.3.0",
59
"pytest>=7.0.0", # pytest is imported by the code, which is parsed for api gen.
60
- "canonical-sphinx[full]==0.5.1",
+ "canonical-sphinx[full]==0.5.2",
61
62
tics = ["flake8", "pylint"]
63
0 commit comments