|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | 6 | "setuptools == 80.9.0", |
7 | | - "setuptools_scm[toml] == 8.2.0", |
8 | | - "frequenz-repo-config[lib] == 0.13.1", |
| 7 | + "setuptools_scm[toml] == 8.3.1", |
| 8 | + "frequenz-repo-config[lib] == 0.13.5", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
|
36 | 36 |
|
37 | 37 | [project.optional-dependencies] |
38 | 38 | dev-flake8 = [ |
39 | | - "flake8 == 7.2.0", |
| 39 | + "flake8 == 7.3.0", |
40 | 40 | "flake8-docstrings == 1.7.0", |
41 | 41 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
42 | | - "pydoclint == 0.6.4", |
| 42 | + "pydoclint == 0.6.6", |
43 | 43 | "pydocstyle == 6.3.0", |
44 | 44 | ] |
45 | 45 | dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
46 | 46 | dev-mkdocs = [ |
47 | | - "Markdown == 3.7", |
| 47 | + "Markdown == 3.8.2", |
48 | 48 | "black == 25.1.0", |
49 | 49 | "mike == 2.1.3", |
50 | 50 | "mkdocs-gen-files == 0.5.0", |
51 | 51 | "mkdocs-literate-nav == 0.6.2", |
52 | 52 | "mkdocs-macros-plugin == 1.3.7", |
53 | | - "mkdocs-material == 9.6.11", |
| 53 | + "mkdocs-material == 9.6.15", |
54 | 54 | "mkdocstrings[python] == 0.29.1", |
55 | | - "mkdocstrings-python == 1.16.8", |
56 | | - "frequenz-repo-config[lib] == 0.13.1", |
| 55 | + "mkdocstrings-python == 1.16.12", |
| 56 | + "frequenz-repo-config[lib] == 0.13.5", |
57 | 57 | ] |
58 | 58 | dev-mypy = [ |
59 | | - "mypy == 1.15.0", |
60 | | - "types-Markdown == 3.7.0.20250322", |
| 59 | + "mypy == 1.16.1", |
| 60 | + "types-Markdown == 3.8.0.20250415", |
61 | 61 | # For checking the noxfile, docs/ script, and tests |
62 | 62 | "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]", |
63 | 63 | ] |
64 | 64 | dev-noxfile = [ |
65 | | - "nox == 2025.2.9", |
66 | | - "frequenz-repo-config[lib] == 0.13.1", |
| 65 | + "nox == 2025.5.1", |
| 66 | + "frequenz-repo-config[lib] == 0.13.5", |
67 | 67 | ] |
68 | 68 | dev-pylint = [ |
69 | 69 | # dev-pytest already defines a dependency to pylint because of the examples |
70 | 70 | # For checking the noxfile, docs/ script, and tests |
71 | 71 | "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]", |
72 | 72 | ] |
73 | 73 | dev-pytest = [ |
74 | | - "pytest == 8.3.5", |
75 | | - "pylint == 3.3.6", # We need this to check for the examples |
76 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.1", |
77 | | - "pytest-mock == 3.14.0", |
| 74 | + "pytest == 8.4.1", |
| 75 | + "pylint == 3.3.7", # We need this to check for the examples |
| 76 | + "frequenz-repo-config[extra-lint-examples] == 0.13.5", |
| 77 | + "pytest-mock == 3.14.1", |
78 | 78 | "pytest-asyncio == 0.26.0", |
79 | 79 | "async-solipsism == 0.7", |
80 | 80 | ] |
|
0 commit comments