|
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 |
|
@@ -54,35 +54,35 @@ dev-flake8 = [ |
54 | 54 | "pydoclint == 0.3.8", |
55 | 55 | "pydocstyle == 6.3.0", |
56 | 56 | ] |
57 | | -dev-formatting = ["black == 23.12.0", "isort == 5.13.1"] |
| 57 | +dev-formatting = ["black == 23.12.1", "isort == 5.13.2"] |
58 | 58 | dev-mkdocs = [ |
59 | | - "black == 23.12.0", |
| 59 | + "black == 23.12.1", |
60 | 60 | "Markdown==3.5.1", |
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.2", |
| 65 | + "mkdocs-material == 9.5.3", |
66 | 66 | "mkdocstrings[python] == 0.24.0", |
67 | | - "frequenz-repo-config[lib] == 0.7.5", |
| 67 | + "frequenz-repo-config[lib] == 0.8.0", |
68 | 68 | ] |
69 | 69 | dev-mypy = [ |
70 | | - "mypy == 1.7.1", |
| 70 | + "mypy == 1.8.0", |
71 | 71 | "types-Markdown == 3.5.0.3", |
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.7.5"] |
| 75 | +dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"] |
76 | 76 | dev-pylint = [ |
77 | 77 | "pylint == 3.0.3", |
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 | | - "pytest == 7.4.3", |
83 | | - "frequenz-repo-config[extra-lint-examples] == 0.7.5", |
| 82 | + "pytest == 7.4.4", |
| 83 | + "frequenz-repo-config[extra-lint-examples] == 0.8.0", |
84 | 84 | "pytest-mock == 3.12.0", |
85 | | - "pytest-asyncio == 0.23.2", |
| 85 | + "pytest-asyncio == 0.23.3", |
86 | 86 | "async-solipsism == 0.5", |
87 | 87 | ] |
88 | 88 | dev = [ |
|
0 commit comments