|
3 | 3 |
|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | | - "setuptools == 75.8.0", |
7 | | - "setuptools_scm[toml] == 8.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 6 | + "setuptools == 75.8.2", |
| 7 | + "setuptools_scm[toml] == 8.2.0", |
| 8 | + "frequenz-repo-config[lib] == 0.12.3", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
|
50 | 50 |
|
51 | 51 | [project.optional-dependencies] |
52 | 52 | dev-flake8 = [ |
53 | | - "flake8 == 7.1.1", |
| 53 | + "flake8 == 7.1.2", |
54 | 54 | "flake8-docstrings == 1.7.0", |
55 | 55 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
56 | | - "pydoclint == 0.6.0", |
| 56 | + "pydoclint == 0.6.2", |
57 | 57 | "pydocstyle == 6.3.0", |
58 | 58 | ] |
59 | | -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] |
| 59 | +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
60 | 60 | dev-mkdocs = [ |
61 | 61 | "black == 25.1.0", |
62 | 62 | "Markdown==3.7", |
63 | 63 | "mike == 2.1.3", |
64 | 64 | "mkdocs-gen-files == 0.5.0", |
65 | 65 | "mkdocs-literate-nav == 0.6.1", |
66 | 66 | "mkdocs-macros-plugin == 1.3.7", |
67 | | - "mkdocs-material == 9.6.1", |
68 | | - "mkdocstrings[python] == 0.27.0", |
69 | | - "mkdocstrings-python == 1.13.0", |
70 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 67 | + "mkdocs-material == 9.6.7", |
| 68 | + "mkdocstrings[python] == 0.28.2", |
| 69 | + "mkdocstrings-python == 1.16.2", |
| 70 | + "frequenz-repo-config[lib] == 0.12.3", |
71 | 71 | ] |
72 | 72 | dev-mypy = [ |
73 | | - "mypy == 1.14.1", |
| 73 | + "mypy == 1.15.0", |
74 | 74 | # This dependency introduces breaking changes in patch releases |
75 | 75 | "grpc-stubs == 1.53.0.5", |
76 | 76 | "types-Markdown == 3.7.0.20241204", |
77 | 77 | # For checking the noxfile, docs/ script, and tests |
78 | 78 | "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", |
79 | 79 | ] |
80 | 80 | dev-noxfile = [ |
81 | | - "uv == 0.5.26", |
| 81 | + "uv == 0.6.3", |
82 | 82 | "nox == 2025.2.9", |
83 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 83 | + "frequenz-repo-config[lib] == 0.12.3", |
84 | 84 | ] |
85 | 85 | dev-pylint = [ |
86 | 86 | "pylint == 3.3.4", |
87 | 87 | # For checking the noxfile, docs/ script, and tests |
88 | 88 | "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", |
89 | 89 | ] |
90 | 90 | dev-pytest = [ |
91 | | - "pytest == 8.3.4", |
92 | | - "frequenz-repo-config[extra-lint-examples] == 0.11.0", |
| 91 | + "pytest == 8.3.5", |
| 92 | + "frequenz-repo-config[extra-lint-examples] == 0.12.3", |
93 | 93 | "pytest-mock == 3.14.0", |
94 | 94 | "pytest-asyncio == 0.25.3", |
95 | 95 | "async-solipsism == 0.7", |
|
0 commit comments