|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | 6 | "setuptools == 75.8.0", |
7 | | - "setuptools_scm[toml] == 8.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 7 | + "setuptools_scm[toml] == 8.2.0", |
| 8 | + "frequenz-repo-config[lib] == 0.13.1", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
|
37 | 37 |
|
38 | 38 | [project.optional-dependencies] |
39 | 39 | dev-flake8 = [ |
40 | | - "flake8 == 7.1.1", |
| 40 | + "flake8 == 7.2.0", |
41 | 41 | "flake8-docstrings == 1.7.0", |
42 | 42 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
43 | | - "pydoclint == 0.6.0", |
| 43 | + "pydoclint == 0.6.4", |
44 | 44 | "pydocstyle == 6.3.0", |
45 | 45 | ] |
46 | | -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] |
| 46 | +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
47 | 47 | dev-mkdocs = [ |
48 | 48 | "black == 25.1.0", |
49 | 49 | "Markdown==3.7", |
50 | 50 | "mike == 2.1.3", |
51 | 51 | "mkdocs-gen-files == 0.5.0", |
52 | | - "mkdocs-literate-nav == 0.6.1", |
| 52 | + "mkdocs-literate-nav == 0.6.2", |
53 | 53 | "mkdocs-macros-plugin == 1.3.7", |
54 | | - "mkdocs-material == 9.6.1", |
55 | | - "mkdocstrings[python] == 0.27.0", |
56 | | - "mkdocstrings-python == 1.13.0", |
57 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 54 | + "mkdocs-material == 9.6.11", |
| 55 | + "mkdocstrings[python] == 0.29.1", |
| 56 | + "mkdocstrings-python == 1.16.8", |
| 57 | + "frequenz-repo-config[lib] == 0.13.1", |
58 | 58 | ] |
59 | 59 | dev-mypy = [ |
60 | | - "mypy == 1.14.1", |
| 60 | + "mypy == 1.15.0", |
61 | 61 | "types-Markdown == 3.7.0.20241204", |
62 | 62 | # For checking the noxfile, docs/ script, and tests |
63 | 63 | "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
64 | 64 | ] |
65 | 65 | dev-noxfile = [ |
66 | 66 | "nox == 2025.2.9", |
67 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 67 | + "frequenz-repo-config[lib] == 0.13.1", |
68 | 68 | ] |
69 | 69 | dev-pylint = [ |
70 | | - "pylint == 3.3.4", |
| 70 | + "pylint == 3.3.6", |
71 | 71 | # For checking the noxfile, docs/ script, and tests |
72 | 72 | "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
73 | 73 | ] |
74 | 74 | dev-pytest = [ |
75 | | - "pytest == 8.3.4", |
76 | | - "frequenz-repo-config[extra-lint-examples] == 0.11.0", |
| 75 | + "pytest == 8.3.5", |
| 76 | + "frequenz-repo-config[extra-lint-examples] == 0.13.1", |
77 | 77 | "pytest-mock == 3.14.0", |
78 | | - "pytest-asyncio == 0.25.3", |
| 78 | + "pytest-asyncio == 0.26.0", |
79 | 79 | "async-solipsism == 0.7", |
80 | 80 | ] |
81 | 81 | dev = [ |
|
0 commit comments