|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[api] == 0.9.2", |
| 8 | + "frequenz-repo-config[api] == 0.10.0", |
9 | 9 | # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make |
10 | 10 | # sure the code is generated using the minimum supported versions, as older |
11 | 11 | # versions can't work with code that was generated with newer versions. |
|
49 | 49 |
|
50 | 50 | [project.optional-dependencies] |
51 | 51 | dev-flake8 = [ |
52 | | - "flake8 == 7.1.0", |
| 52 | + "flake8 == 7.1.1", |
53 | 53 | "flake8-docstrings == 1.7.0", |
54 | 54 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
55 | | - "pydoclint == 0.5.3", |
| 55 | + "pydoclint == 0.5.7", |
56 | 56 | "pydocstyle == 6.3.0", |
57 | 57 | ] |
58 | | -dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
| 58 | +dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] |
59 | 59 | dev-mkdocs = [ |
60 | 60 | "mike == 1.1.2", |
61 | 61 | "mkdocs-gen-files == 0.5.0", |
62 | 62 | "mkdocs-literate-nav == 0.6.1", |
63 | | - "mkdocs-material == 9.5.27", |
64 | | - "mkdocstrings[python] == 0.25.1", |
65 | | - "frequenz-repo-config[api] == 0.9.2", |
| 63 | + "mkdocs-material == 9.5.34", |
| 64 | + "mkdocstrings[python] == 0.26.1", |
| 65 | + "frequenz-repo-config[api] == 0.10.0", |
66 | 66 | ] |
67 | 67 | dev-mypy = [ |
68 | | - "mypy == 1.10.1", |
| 68 | + "mypy == 1.11.2", |
69 | 69 | "grpc-stubs == 1.53.0.5", |
70 | 70 | # For checking the noxfile, docs/ script, and tests |
71 | 71 | "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
72 | 72 | ] |
73 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.9.2"] |
| 73 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.10.0"] |
74 | 74 | dev-pylint = [ |
75 | | - "pylint == 3.2.5", |
| 75 | + "pylint == 3.2.7", |
76 | 76 | # For checking the noxfile, docs/ script, and tests |
77 | 77 | "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
78 | 78 | ] |
79 | 79 | dev-pytest = [ |
80 | | - "pytest == 8.2.2", |
81 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
| 80 | + "pytest == 8.3.3", |
| 81 | + "frequenz-repo-config[extra-lint-examples] == 0.10.0", |
82 | 82 | ] |
83 | 83 | dev = [ |
84 | 84 | "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments