|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | 6 | "setuptools == 80.9.0", |
7 | | - "setuptools_scm[toml] == 8.3.1", |
8 | | - "frequenz-repo-config[lib] == 0.13.4", |
| 7 | + "setuptools_scm[toml] == 9.2.0", |
| 8 | + "frequenz-repo-config[lib] == 0.13.5", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -42,7 +42,6 @@ dependencies = [ |
42 | 42 | "frequenz-client-common >= 0.3.2, < 0.4.0", |
43 | 43 | "grpcio >= 1.72.1, < 2", |
44 | 44 | "protobuf >= 6.31.1, < 7", |
45 | | - "timezonefinder >= 6.2.0, < 7", |
46 | 45 | "typing-extensions >= 4.13.0, < 5", |
47 | 46 | ] |
48 | 47 | dynamic = ["version"] |
|
53 | 52 |
|
54 | 53 | [project.optional-dependencies] |
55 | 54 | dev-flake8 = [ |
56 | | - "flake8 == 7.2.0", |
| 55 | + "flake8 == 7.3.0", |
57 | 56 | "flake8-docstrings == 1.7.0", |
58 | 57 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
59 | | - "pydoclint == 0.6.6", |
| 58 | + "pydoclint == 0.6.11", |
60 | 59 | "pydocstyle == 6.3.0", |
61 | 60 | ] |
62 | 61 | dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
63 | 62 | dev-mkdocs = [ |
64 | 63 | "black == 25.1.0", |
65 | | - "Markdown==3.8", |
| 64 | + "Markdown==3.8.2", |
66 | 65 | "mike == 2.1.3", |
67 | 66 | "mkdocs-gen-files == 0.5.0", |
68 | 67 | "mkdocs-literate-nav == 0.6.2", |
69 | | - "mkdocs-macros-plugin == 1.3.7", |
70 | | - "mkdocs-material == 9.6.14", |
71 | | - "mkdocstrings[python] == 0.29.1", |
72 | | - "mkdocstrings-python == 1.16.11", |
73 | | - "frequenz-repo-config[lib] == 0.13.4", |
| 68 | + "mkdocs-macros-plugin == 1.3.9", |
| 69 | + "mkdocs-material == 9.6.18", |
| 70 | + "mkdocstrings[python] == 0.30.0", |
| 71 | + "mkdocstrings-python == 1.18.2", |
| 72 | + "frequenz-repo-config[lib] == 0.13.5", |
74 | 73 | ] |
75 | 74 | dev-mypy = [ |
76 | | - "mypy == 1.16.0", |
| 75 | + "mypy == 1.17.1", |
77 | 76 | "grpc-stubs == 1.53.0.6", |
78 | | - "types-Markdown == 3.8.0.20250415", |
79 | | - "types-protobuf == 6.30.2.20250516", |
| 77 | + "types-Markdown == 3.8.0.20250809", |
| 78 | + "types-protobuf == 6.30.2.20250822", |
80 | 79 | # For checking the noxfile, docs/ script, and tests |
81 | 80 | "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", |
82 | 81 | ] |
83 | | -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] |
| 82 | +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"] |
84 | 83 | dev-pylint = [ |
85 | | - "pylint == 3.3.7", |
| 84 | + "pylint == 3.3.8", |
86 | 85 | # For checking the noxfile, docs/ script, and tests |
87 | 86 | "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", |
88 | 87 | ] |
89 | 88 | dev-pytest = [ |
90 | | - "pytest == 8.3.5", |
91 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
| 89 | + "pytest == 8.4.1", |
| 90 | + "frequenz-repo-config[extra-lint-examples] == 0.13.5", |
92 | 91 | "pytest-mock == 3.14.1", |
93 | | - "pytest-asyncio == 0.26.0", |
94 | | - "async-solipsism == 0.7", |
| 92 | + "pytest-asyncio == 1.1.0", |
| 93 | + "async-solipsism == 0.8", |
95 | 94 | ] |
96 | 95 | dev = [ |
97 | 96 | "frequenz-client-microgrid[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments