|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.9.2", |
| 8 | + "frequenz-repo-config[lib] == 0.10.0", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -52,49 +52,49 @@ name = "Frequenz Energy-as-a-Service GmbH" |
52 | 52 | |
53 | 53 |
|
54 | 54 | [project.optional-dependencies] |
55 | | -cli = ["asyncclick == 8.1.7.2", "prompt-toolkit == 3.0.47", "parsedatetime==2.6", "tzlocal==5.2"] |
| 55 | +cli = ["asyncclick == 8.1.7.2", "prompt-toolkit == 3.0.48", "parsedatetime==2.6", "tzlocal==5.2"] |
56 | 56 |
|
57 | 57 | dev-flake8 = [ |
58 | | - "flake8 == 7.1.0", |
| 58 | + "flake8 == 7.1.1", |
59 | 59 | "flake8-docstrings == 1.7.0", |
60 | 60 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
61 | | - "pydoclint == 0.5.3", |
| 61 | + "pydoclint == 0.5.9", |
62 | 62 | "pydocstyle == 6.3.0", |
63 | 63 | ] |
64 | | -dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
| 64 | +dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] |
65 | 65 | dev-mkdocs = [ |
66 | | - "black == 24.4.2", |
67 | | - "Markdown==3.6", |
68 | | - "mike == 2.1.2", |
| 66 | + "black == 24.8.0", |
| 67 | + "Markdown==3.7", |
| 68 | + "mike == 2.1.3", |
69 | 69 | "mkdocs-gen-files == 0.5.0", |
70 | 70 | "mkdocs-literate-nav == 0.6.1", |
71 | | - "mkdocs-macros-plugin == 1.0.5", |
72 | | - "mkdocs-material == 9.5.27", |
73 | | - "mkdocstrings[python] == 0.25.1", |
74 | | - "frequenz-repo-config[lib] == 0.9.2", |
| 71 | + "mkdocs-macros-plugin == 1.2.0", |
| 72 | + "mkdocs-material == 9.5.39", |
| 73 | + "mkdocstrings[python] == 0.26.1", |
| 74 | + "frequenz-repo-config[lib] == 0.10.0", |
75 | 75 | ] |
76 | 76 | dev-mypy = [ |
77 | | - "mypy == 1.10.1", |
78 | | - "types-Markdown == 3.6.0.20240316", |
| 77 | + "mypy == 1.11.2", |
| 78 | + "types-Markdown == 3.7.0.20240822", |
79 | 79 | # For checking the noxfile, docs/ script, and tests |
80 | 80 | "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", |
81 | 81 | "grpc-stubs == 1.53.0.5", |
82 | | - "types-protobuf == 5.27.0.20240626", |
| 82 | + "types-protobuf == 5.28.0.20240924", |
83 | 83 | ] |
84 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] |
| 84 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"] |
85 | 85 | dev-pylint = [ |
86 | | - "pylint == 3.2.5", |
| 86 | + "pylint == 3.3.1", |
87 | 87 | # For checking the noxfile, docs/ script, and tests |
88 | 88 | "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", |
89 | 89 | "frequenz-api-dispatch >= 0.15.1, < 0.16", |
90 | 90 | ] |
91 | 91 | dev-pytest = [ |
92 | | - "pytest == 8.2.2", |
93 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
| 92 | + "pytest == 8.3.3", |
| 93 | + "frequenz-repo-config[extra-lint-examples] == 0.10.0", |
94 | 94 | "pytest-mock == 3.14.0", |
95 | | - "pytest-asyncio == 0.23.7", |
96 | | - "async-solipsism == 0.6", |
97 | | - "hypothesis == 6.104.2", |
| 95 | + "pytest-asyncio == 0.24.0", |
| 96 | + "async-solipsism == 0.7", |
| 97 | + "hypothesis == 6.112.2", |
98 | 98 | "frequenz-client-dispatch[cli]", |
99 | 99 | ] |
100 | 100 | dev = [ |
|
0 commit comments