Skip to content

Commit 6bc0781

Browse files
committed
Bump repo-config dependency to 0.13.2
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2ffa592 commit 6bc0781

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

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

@@ -50,7 +50,7 @@ email = "[email protected]"
5050
dev-flake8 = [
5151
"flake8 == 7.1.1",
5252
"flake8-docstrings == 1.7.0",
53-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
53+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5454
"pydoclint == 0.6.0",
5555
"pydocstyle == 6.3.0",
5656
]
@@ -65,23 +65,23 @@ dev-mkdocs = [
6565
"mkdocs-material == 9.6.1",
6666
"mkdocstrings[python] == 0.27.0",
6767
"mkdocstrings-python == 1.13.0",
68-
"frequenz-repo-config[lib] == 0.11.0",
68+
"frequenz-repo-config[lib] == 0.13.2",
6969
]
7070
dev-mypy = [
7171
"mypy == 1.14.1",
7272
"types-Markdown == 3.7.0.20241204",
7373
# For checking the noxfile, docs/ script, and tests
7474
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
76-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"]
76+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
7777
dev-pylint = [
7878
"pylint == 3.3.4",
7979
# For checking the noxfile, docs/ script, and tests
8080
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-pytest = [
8383
"pytest == 8.3.4",
84-
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
84+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
8585
"pytest-mock == 3.14.0",
8686
"pytest-asyncio == 0.25.3",
8787
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)