|
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 |
|
|
39 | 39 |
|
40 | 40 | [project.optional-dependencies] |
41 | 41 | dev-flake8 = [ |
42 | | - "flake8 == 7.1.0", |
| 42 | + "flake8 == 7.1.1", |
43 | 43 | "flake8-docstrings == 1.7.0", |
44 | 44 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
45 | | - "pydoclint == 0.5.3", |
| 45 | + "pydoclint == 0.5.6", |
46 | 46 | "pydocstyle == 6.3.0", |
47 | 47 | "frequenz-client-base", |
48 | 48 | ] |
49 | | -dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
| 49 | +dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] |
50 | 50 | dev-mkdocs = [ |
51 | | - "black == 24.4.2", |
| 51 | + "black == 24.8.0", |
52 | 52 | "Markdown==3.6", |
53 | | - "mike == 2.1.2", |
| 53 | + "mike == 2.1.3", |
54 | 54 | "mkdocs-gen-files == 0.5.0", |
55 | 55 | "mkdocs-literate-nav == 0.6.1", |
56 | 56 | "mkdocs-macros-plugin == 1.0.5", |
57 | | - "mkdocs-material == 9.5.27", |
58 | | - "mkdocstrings[python] == 0.25.1", |
59 | | - "frequenz-repo-config[lib] == 0.9.2", |
| 57 | + "mkdocs-material == 9.5.31", |
| 58 | + "mkdocstrings[python] == 0.25.2", |
| 59 | + "frequenz-repo-config[lib] == 0.10.0", |
60 | 60 | "frequenz-client-base", |
61 | 61 | ] |
62 | 62 | dev-mypy = [ |
63 | | - "mypy == 1.10.1", |
| 63 | + "mypy == 1.11.1", |
64 | 64 | "types-Markdown == 3.6.0.20240316", |
65 | 65 | "types-protobuf == 5.27.0.20240626", |
66 | 66 | "grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases |
67 | 67 | # For checking the noxfile, docs/ script, and tests |
68 | 68 | "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", |
69 | 69 | ] |
70 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] |
| 70 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"] |
71 | 71 | dev-pylint = [ |
72 | | - "pylint == 3.2.5", |
| 72 | + "pylint == 3.2.6", |
73 | 73 | # For checking the noxfile, docs/ script, and tests |
74 | 74 | "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", |
75 | 75 | ] |
76 | 76 | dev-pytest = [ |
77 | | - "pytest == 8.2.2", |
78 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
| 77 | + "pytest == 8.3.2", |
| 78 | + "frequenz-repo-config[extra-lint-examples] == 0.10.0", |
79 | 79 | "pytest-mock == 3.14.0", |
80 | | - "pytest-asyncio == 0.23.7", |
| 80 | + "pytest-asyncio == 0.23.8", |
81 | 81 | "async-solipsism == 0.6", |
82 | | - "hypothesis == 6.104.2", |
| 82 | + "hypothesis == 6.111.0", |
83 | 83 | "frequenz-client-base", |
84 | 84 | ] |
85 | 85 | dev = [ |
|
0 commit comments