Skip to content

Commit 0f915fa

Browse files
committed
Bump repo-config version to v0.5.2
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7611427 commit 0f915fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 67.7.2",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.4.0",
8+
"frequenz-repo-config[lib] == 0.5.2",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -49,14 +49,14 @@ dev-mkdocs = [
4949
"mkdocs-material == 9.2.8",
5050
"mkdocs-section-index == 0.3.6",
5151
"mkdocstrings[python] == 0.23.0",
52-
"frequenz-repo-config[lib] == 0.4.0",
52+
"frequenz-repo-config[lib] == 0.5.2",
5353
]
5454
dev-mypy = [
5555
"mypy == 1.5.1",
5656
# For checking the noxfile, docs/ script, and tests
5757
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
5858
]
59-
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.4.0"]
59+
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.5.2"]
6060
dev-pylint = [
6161
"pylint == 2.17.5",
6262
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)