|
48 | 48 |
|
49 | 49 | [project.optional-dependencies] |
50 | 50 | dev-flake8 = [ |
51 | | - "flake8 == 7.0.0", |
| 51 | + "flake8 == 7.1.0", |
52 | 52 | "flake8-docstrings == 1.7.0", |
53 | 53 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
54 | | - "pydoclint == 0.4.1", |
| 54 | + "pydoclint == 0.5.3", |
55 | 55 | "pydocstyle == 6.3.0", |
56 | 56 | ] |
57 | 57 | dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
58 | 58 | dev-mkdocs = [ |
59 | 59 | "black == 24.4.2", |
60 | 60 | "Markdown==3.6", |
61 | | - "mike == 2.1.1", |
| 61 | + "mike == 2.1.2", |
62 | 62 | "mkdocs-gen-files == 0.5.0", |
63 | 63 | "mkdocs-literate-nav == 0.6.1", |
64 | 64 | "mkdocs-macros-plugin == 1.0.5", |
65 | | - "mkdocs-material == 9.5.25", |
| 65 | + "mkdocs-material == 9.5.27", |
66 | 66 | "mkdocstrings[python] == 0.25.1", |
67 | | - "mkdocstrings-python == 1.10.3", |
| 67 | + "mkdocstrings-python == 1.10.5", |
68 | 68 | "frequenz-repo-config[lib] == 0.9.2", |
69 | 69 | ] |
70 | 70 | dev-mypy = [ |
71 | | - "mypy == 1.10.0", |
| 71 | + "mypy == 1.10.1", |
72 | 72 | "types-Markdown == 3.6.0.20240316", |
73 | 73 | # For checking the noxfile, docs/ script, and tests |
74 | 74 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
75 | 75 | ] |
76 | 76 | dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] |
77 | 77 | dev-pylint = [ |
78 | | - "pylint == 3.2.2", |
| 78 | + "pylint == 3.2.5", |
79 | 79 | # For checking the noxfile, docs/ script, and tests |
80 | 80 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
81 | 81 | ] |
82 | 82 | dev-pytest = [ |
83 | | - "pytest == 8.2.1", |
| 83 | + "pytest == 8.2.2", |
84 | 84 | "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
85 | 85 | "pytest-mock == 3.14.0", |
86 | 86 | "pytest-asyncio == 0.23.7", |
|
0 commit comments