|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.8.0", |
| 8 | + "frequenz-repo-config[lib] == 0.9.1", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -51,38 +51,38 @@ dev-flake8 = [ |
51 | 51 | "flake8 == 7.0.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.3.9", |
| 54 | + "pydoclint == 0.4.1", |
55 | 55 | "pydocstyle == 6.3.0", |
56 | 56 | ] |
57 | | -dev-formatting = ["black == 24.1.1", "isort == 5.13.2"] |
| 57 | +dev-formatting = ["black == 24.2.0", "isort == 5.13.2"] |
58 | 58 | dev-mkdocs = [ |
59 | | - "black == 24.1.1", |
| 59 | + "black == 24.2.0", |
60 | 60 | "Markdown==3.5.2", |
61 | 61 | "mike == 2.0.0", |
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.6", |
66 | | - "mkdocstrings[python] == 0.24.0", |
67 | | - "frequenz-repo-config[lib] == 0.8.0", |
| 65 | + "mkdocs-material == 9.5.12", |
| 66 | + "mkdocstrings[python] == 0.24.1", |
| 67 | + "frequenz-repo-config[lib] == 0.9.1", |
68 | 68 | ] |
69 | 69 | dev-mypy = [ |
70 | 70 | "mypy == 1.8.0", |
71 | 71 | "types-Markdown == 3.5.0.20240129", |
72 | 72 | # For checking the noxfile, docs/ script, and tests |
73 | 73 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
74 | 74 | ] |
75 | | -dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"] |
| 75 | +dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.9.1"] |
76 | 76 | dev-pylint = [ |
77 | | - "pylint == 3.0.3", |
| 77 | + "pylint == 3.1.0", |
78 | 78 | # For checking the noxfile, docs/ script, and tests |
79 | 79 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
80 | 80 | ] |
81 | 81 | dev-pytest = [ |
82 | 82 | "pytest == 7.4.4", |
83 | | - "frequenz-repo-config[extra-lint-examples] == 0.8.0", |
| 83 | + "frequenz-repo-config[extra-lint-examples] == 0.9.1", |
84 | 84 | "pytest-mock == 3.12.0", |
85 | | - "pytest-asyncio == 0.23.4", |
| 85 | + "pytest-asyncio == 0.23.5", |
86 | 86 | "async-solipsism == 0.5", |
87 | 87 | ] |
88 | 88 | dev = [ |
@@ -139,6 +139,8 @@ disable = [ |
139 | 139 | # it is a type-check, for which we already have mypy. |
140 | 140 | "unsubscriptable-object", |
141 | 141 | # Checked by flake8 |
| 142 | + "redefined-outer-name", |
| 143 | + "unused-import", |
142 | 144 | "line-too-long", |
143 | 145 | "unused-variable", |
144 | 146 | "unnecessary-lambda-assignment", |
|
0 commit comments