From 197e4f058a67449187fe6b4115c9d1e8bd616acf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:58:29 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dcda7d07b..40651d5a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [] [tool.poetry.dependencies] python = "^3.10" # breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075 -ops = "^2.9.0, <2.10" +ops = "^2.14.1, <2.15" lightkube = "^0.15.3" tenacity = "^8.5.0" jinja2 = "^3.1.4" @@ -44,7 +44,7 @@ optional = true [tool.poetry.group.lint.dependencies] black = "^24.4.2" isort = "^5.13.2" -flake8 = "^7.0.0" +flake8 = "^7.1.0" flake8-docstrings = "^1.7.0" flake8-copyright = "^0.2.4" flake8-builtins = "^2.5.0" @@ -57,8 +57,8 @@ pytest = "^8.2.2" pytest-xdist = "^3.6.1" pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests pytest-cov = "^5.0.0" -ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12 -ops = "^2.9.0" +ops-scenario = "^6.1.1, <6.1.2" # 6.0.4 requires ops >= 2.12 +ops = "^2.14.1" [tool.poetry.group.integration.dependencies] pytest = "^8.2.2"