From 59a80c718aad69929335be7bdf2564ae22809e1d Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 14 Dec 2023 14:40:11 +0100 Subject: [PATCH] Update all repo-config sub-packages to be 0.7.5 Signed-off-by: Sahas Subramanian --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d747b01..1f6e611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 7.4.2", - "frequenz-repo-config[extra-lint-examples] == 0.7.0", + "frequenz-repo-config[extra-lint-examples] == 0.7.5", "pytest-mock == 3.11.1", "pytest-asyncio == 0.21.1", "async-solipsism == 0.5",