Skip to content

Commit a7280c2

Browse files
committed
Fix conflicting frequenz-repo-config version in dev-pytest extra
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
1 parent 9e9db9e commit a7280c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dev-pylint = [
8080
dev-pytest = [
8181
"pytest == 8.4.2",
8282
"pylint == 3.3.8", # We need this to check for the examples
83-
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
83+
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
8484
"pytest-mock == 3.15.1",
8585
"pytest-asyncio == 1.2.0",
8686
"async-solipsism == 0.9",

0 commit comments

Comments
 (0)