|
47 | 47 |
|
48 | 48 | [project.optional-dependencies] |
49 | 49 | dev-flake8 = [ |
50 | | - "flake8 == 7.1.0", |
| 50 | + "flake8 == 7.1.1", |
51 | 51 | "flake8-docstrings == 1.7.0", |
52 | 52 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
53 | | - "pydoclint == 0.5.3", |
| 53 | + "pydoclint == 0.5.6", |
54 | 54 | "pydocstyle == 6.3.0", |
55 | 55 | ] |
56 | | -dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
| 56 | +dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] |
57 | 57 | dev-mkdocs = [ |
58 | | - "black == 24.4.2", |
59 | | - "Markdown==3.6", |
60 | | - "mike == 2.1.2", |
| 58 | + "black == 24.8.0", |
| 59 | + "Markdown==3.7", |
| 60 | + "mike == 2.1.3", |
61 | 61 | "mkdocs-gen-files == 0.5.0", |
62 | 62 | "mkdocs-literate-nav == 0.6.1", |
63 | 63 | "mkdocs-macros-plugin == 1.0.5", |
64 | | - "mkdocs-material == 9.5.27", |
65 | | - "mkdocstrings[python] == 0.25.1", |
66 | | - "frequenz-repo-config[lib] == 0.9.2", |
| 64 | + "mkdocs-material == 9.5.33", |
| 65 | + "mkdocstrings[python] == 0.25.2", |
| 66 | + "frequenz-repo-config[lib] == 0.10.0", |
67 | 67 | ] |
68 | 68 | dev-mypy = [ |
69 | | - "mypy == 1.10.1", |
70 | | - "types-Markdown == 3.6.0.20240316", |
| 69 | + "mypy == 1.11.2", |
| 70 | + "types-Markdown == 3.7.0.20240822", |
71 | 71 | # For checking the noxfile, docs/ script, and tests |
72 | 72 | "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", |
73 | 73 | ] |
74 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] |
| 74 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"] |
75 | 75 | dev-pylint = [ |
76 | | - "pylint == 3.2.5", |
| 76 | + "pylint == 3.2.6", |
77 | 77 | # For checking the noxfile, docs/ script, and tests |
78 | 78 | "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", |
79 | 79 | ] |
80 | 80 | dev-pytest = [ |
81 | | - "pytest == 8.2.2", |
82 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
| 81 | + "pytest == 8.3.2", |
| 82 | + "frequenz-repo-config[extra-lint-examples] == 0.10.0", |
83 | 83 | "pytest-mock == 3.14.0", |
84 | | - "pytest-asyncio == 0.23.7", |
85 | | - "async-solipsism == 0.6", |
| 84 | + "pytest-asyncio == 0.24.0", |
| 85 | + "async-solipsism == 0.7", |
86 | 86 | ] |
87 | 87 | dev = [ |
88 | 88 | "frequenz-client-microgrid[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments