Skip to content

Commit e7a3c3a

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

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

@@ -63,7 +63,7 @@ dev-mkdocs = [
6363
"mkdocs-material == 9.2.5",
6464
"mkdocs-section-index == 0.3.5",
6565
"mkdocstrings[python] == 0.22.0",
66-
"frequenz-repo-config[lib] == 0.4.0",
66+
"frequenz-repo-config[lib] == 0.5.2",
6767
]
6868
dev-mypy = [
6969
"mypy == 1.5.1",
@@ -72,7 +72,7 @@ dev-mypy = [
7272
# For checking the noxfile, docs/ script, and tests
7373
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
75-
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.4.0"]
75+
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.5.2"]
7676
dev-pylint = [
7777
"pylint == 2.17.5",
7878
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)