|
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 |
|
|
37 | 37 |
|
38 | 38 | [project.optional-dependencies] |
39 | 39 | dev-flake8 = [ |
40 | | - "flake8 == 7.1.1", |
| 40 | + "flake8 == 7.1.2", |
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.2", |
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 | "Markdown == 3.7", |
49 | 49 | "black == 25.1.0", |
50 | | - "frequenz-repo-config[lib] == 0.11.0", |
| 50 | + "frequenz-repo-config[lib] == 0.12.3", |
51 | 51 | "markdown-callouts == 0.4.0", |
52 | 52 | "markdown-svgbob == 202406.1023", |
53 | 53 | "mike == 2.1.3", |
54 | 54 | "mkdocs-gen-files == 0.5.0", |
55 | | - "mkdocs-include-markdown-plugin == 7.1.2", |
| 55 | + "mkdocs-include-markdown-plugin == 7.1.4", |
56 | 56 | "mkdocs-literate-nav == 0.6.1", |
57 | 57 | "mkdocs-macros-plugin == 1.3.7", |
58 | | - "mkdocs-material == 9.6.1", |
59 | | - "mkdocstrings[python] == 0.27.0", |
60 | | - "mkdocstrings-python == 1.13.0", |
| 58 | + "mkdocs-material == 9.6.7", |
| 59 | + "mkdocstrings[python] == 0.28.2", |
| 60 | + "mkdocstrings-python == 1.16.2", |
61 | 61 | "pymdownx-superfence-filter-lines == 0.1.0", |
62 | 62 | ] |
63 | 63 | dev-mypy = [ |
64 | 64 | # For checking the noxfile, docs/ script, and tests |
65 | 65 | "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", |
66 | | - "mypy == 1.14.1", |
| 66 | + "mypy == 1.15.0", |
67 | 67 | "types-Markdown == 3.7.0.20241204", |
68 | 68 | ] |
69 | | -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"] |
| 69 | +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.12.3"] |
70 | 70 | dev-pylint = [ |
71 | 71 | # For checking the noxfile, docs/ script, and tests |
72 | 72 | "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", |
73 | 73 | "pylint == 3.3.4", |
74 | 74 | ] |
75 | 75 | dev-pytest = [ |
76 | 76 | "async-solipsism == 0.7", |
77 | | - "frequenz-repo-config[extra-lint-examples] == 0.11.0", |
78 | | - "hypothesis == 6.124.9", |
79 | | - "pytest == 8.3.4", |
| 77 | + "frequenz-repo-config[extra-lint-examples] == 0.12.3", |
| 78 | + "hypothesis == 6.127.5", |
| 79 | + "pytest == 8.3.5", |
80 | 80 | "pytest-asyncio == 0.25.3", |
81 | 81 | "pytest-mock == 3.14.0", |
82 | 82 | ] |
|
0 commit comments