|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.7.5", |
| 8 | + "frequenz-repo-config[lib] == 0.8.0", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -43,38 +43,38 @@ dev-flake8 = [ |
43 | 43 | "pydoclint == 0.3.8", |
44 | 44 | "pydocstyle == 6.3.0", |
45 | 45 | ] |
46 | | -dev-formatting = ["black == 23.11.0", "isort == 5.12.0"] |
| 46 | +dev-formatting = ["black == 23.12.1", "isort == 5.13.2"] |
47 | 47 | dev-mkdocs = [ |
48 | 48 | "Markdown == 3.5.1", |
49 | | - "black == 23.11.0", |
50 | | - "frequenz-repo-config[lib] == 0.7.5", |
| 49 | + "black == 23.12.1", |
| 50 | + "frequenz-repo-config[lib] == 0.8.0", |
51 | 51 | "markdown-svgbob == 202112.1022", |
52 | 52 | "mike == 2.0.0", |
53 | 53 | "mkdocs-gen-files == 0.5.0", |
54 | 54 | "mkdocs-include-markdown-plugin == 6.0.4", |
55 | 55 | "mkdocs-literate-nav == 0.6.1", |
56 | 56 | "mkdocs-macros-plugin == 1.0.5", |
57 | | - "mkdocs-material == 9.4.14", |
| 57 | + "mkdocs-material == 9.5.3", |
58 | 58 | "mkdocstrings[python] == 0.24.0", |
59 | 59 | ] |
60 | 60 | dev-mypy = [ |
61 | 61 | # For checking the noxfile, docs/ script, and tests |
62 | 62 | "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", |
63 | | - "mypy == 1.7.1", |
| 63 | + "mypy == 1.8.0", |
64 | 64 | "types-Markdown == 3.5.0.3", |
65 | 65 | ] |
66 | | -dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.5"] |
| 66 | +dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"] |
67 | 67 | dev-pylint = [ |
68 | 68 | # For checking the noxfile, docs/ script, and tests |
69 | 69 | "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", |
70 | | - "pylint == 3.0.2", |
| 70 | + "pylint == 3.0.3", |
71 | 71 | ] |
72 | 72 | dev-pytest = [ |
73 | 73 | "async-solipsism == 0.5", |
74 | | - "frequenz-repo-config[extra-lint-examples] == 0.7.5", |
75 | | - "hypothesis == 6.91.0", |
76 | | - "pytest == 7.4.3", |
77 | | - "pytest-asyncio == 0.23.2", |
| 74 | + "frequenz-repo-config[extra-lint-examples] == 0.8.0", |
| 75 | + "hypothesis == 6.92.2", |
| 76 | + "pytest == 7.4.4", |
| 77 | + "pytest-asyncio == 0.23.3", |
78 | 78 | "pytest-mock == 3.12.0", |
79 | 79 | ] |
80 | 80 | dev = [ |
|
0 commit comments