|
51 | 51 |
|
52 | 52 | [project.optional-dependencies]
|
53 | 53 | dev-flake8 = [
|
54 |
| - "flake8 == 7.1.0", |
| 54 | + "flake8 == 7.1.1", |
55 | 55 | "flake8-docstrings == 1.7.0",
|
56 | 56 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
|
57 | 57 | "pydoclint == 0.5.6",
|
58 | 58 | "pydocstyle == 6.3.0",
|
59 | 59 | ]
|
60 |
| -dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
| 60 | +dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] |
61 | 61 | dev-mkdocs = [
|
62 |
| - "black == 24.4.2", |
63 |
| - "Markdown==3.6", |
64 |
| - "mike == 2.1.2", |
| 62 | + "black == 24.8.0", |
| 63 | + "Markdown==3.7", |
| 64 | + "mike == 2.1.3", |
65 | 65 | "mkdocs-gen-files == 0.5.0",
|
66 | 66 | "mkdocs-literate-nav == 0.6.1",
|
67 | 67 | "mkdocs-macros-plugin == 1.0.5",
|
68 |
| - "mkdocs-material == 9.5.30", |
| 68 | + "mkdocs-material == 9.5.34", |
69 | 69 | "mkdocstrings[python] == 0.25.2",
|
70 |
| - "mkdocstrings-python == 1.10.8", |
| 70 | + "mkdocstrings-python == 1.10.9", |
71 | 71 | "frequenz-repo-config[lib] == 0.10.0",
|
72 | 72 | ]
|
73 | 73 | dev-mypy = [
|
74 |
| - "mypy == 1.11.1", |
75 |
| - "grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases |
76 |
| - "types-Markdown == 3.6.0.20240316", |
| 74 | + "mypy == 1.11.2", |
| 75 | + "grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases |
| 76 | + "types-Markdown == 3.7.0.20240822", |
77 | 77 | "types-python-dateutil==2.9.0.20240316",
|
78 | 78 | # For checking the noxfile, docs/ script, and tests
|
79 | 79 | "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
|
80 | 80 | ]
|
81 | 81 | dev-noxfile = [
|
82 |
| - "uv == 0.2.32", |
| 82 | + "uv == 0.4.1", |
83 | 83 | "nox == 2024.4.15",
|
84 | 84 | "frequenz-repo-config[lib] == 0.10.0",
|
85 | 85 | ]
|
86 | 86 | dev-pylint = [
|
87 |
| - "pylint == 3.2.6", |
| 87 | + "pylint == 3.2.7", |
88 | 88 | # For checking the noxfile, docs/ script, and tests
|
89 | 89 | "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
|
90 | 90 | ]
|
91 | 91 | dev-pytest = [
|
92 | 92 | "pytest == 8.3.2",
|
93 | 93 | "frequenz-repo-config[extra-lint-examples] == 0.10.0",
|
94 | 94 | "pytest-mock == 3.14.0",
|
95 |
| - "pytest-asyncio == 0.23.8", |
96 |
| - "async-solipsism == 0.6", |
97 |
| - "time-machine == 2.14.2", |
| 95 | + "pytest-asyncio == 0.24.0", |
| 96 | + "async-solipsism == 0.7", |
| 97 | + "time-machine == 2.15.0", |
98 | 98 | ]
|
99 | 99 | dev = [
|
100 | 100 | "frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
|
|
0 commit comments