|
54 | 54 |
|
55 | 55 | [project.optional-dependencies] |
56 | 56 | dev-flake8 = [ |
57 | | - "flake8 == 7.0.0", |
| 57 | + "flake8 == 7.1.0", |
58 | 58 | "flake8-docstrings == 1.7.0", |
59 | 59 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
60 | | - "pydoclint == 0.4.1", |
| 60 | + "pydoclint == 0.5.3", |
61 | 61 | "pydocstyle == 6.3.0", |
62 | 62 | ] |
63 | 63 | dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
64 | 64 | dev-mkdocs = [ |
65 | 65 | "black == 24.4.2", |
66 | 66 | "Markdown==3.6", |
67 | | - "mike == 2.1.1", |
| 67 | + "mike == 2.1.2", |
68 | 68 | "mkdocs-gen-files == 0.5.0", |
69 | 69 | "mkdocs-literate-nav == 0.6.1", |
70 | 70 | "mkdocs-macros-plugin == 1.0.5", |
71 | | - "mkdocs-material == 9.5.25", |
| 71 | + "mkdocs-material == 9.5.27", |
72 | 72 | "mkdocstrings[python] == 0.25.1", |
73 | 73 | "frequenz-repo-config[lib] == 0.9.2", |
74 | 74 | ] |
75 | 75 | dev-mypy = [ |
76 | | - "mypy == 1.10.0", |
| 76 | + "mypy == 1.10.1", |
77 | 77 | "types-Markdown == 3.6.0.20240316", |
78 | 78 | "types-python-dateutil==2.9.0.20240316", |
79 | 79 | # For checking the noxfile, docs/ script, and tests |
80 | 80 | "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", |
81 | 81 | ] |
82 | 82 | dev-noxfile = [ |
83 | | - "uv == 0.2.5", |
| 83 | + "uv == 0.2.18", |
84 | 84 | "nox == 2024.4.15", |
85 | 85 | "frequenz-repo-config[lib] == 0.9.2", |
86 | 86 | ] |
87 | 87 | dev-pylint = [ |
88 | | - "pylint == 3.2.2", |
| 88 | + "pylint == 3.2.5", |
89 | 89 | # For checking the noxfile, docs/ script, and tests |
90 | 90 | "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", |
91 | 91 | ] |
92 | 92 | dev-pytest = [ |
93 | | - "pytest == 8.2.1", |
| 93 | + "pytest == 8.2.2", |
94 | 94 | "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
95 | 95 | "pytest-mock == 3.14.0", |
96 | 96 | "pytest-asyncio == 0.23.7", |
97 | 97 | "async-solipsism == 0.6", |
98 | | - "time-machine == 2.14.1", |
| 98 | + "time-machine == 2.14.2", |
99 | 99 | ] |
100 | 100 | dev = [ |
101 | 101 | "frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments