From b8e44a6e4ee6acbcefd165cfa75773fdb1c5b715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 16:32:01 +0000 Subject: [PATCH] [python ci] Update Python CI dependencies --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6d9179dd8..63d9993067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,8 @@ cosl = "*" optional = true [tool.poetry.group.format.dependencies] -black = "^23.10.1" -ruff = "^0.1.3" +black = "^23.11.0" +ruff = "^0.1.6" [tool.poetry.group.lint] optional = true @@ -68,15 +68,15 @@ parameterized = "^0.9.0" optional = true [tool.poetry.group.integration.dependencies] -lightkube = "^0.14.0" +lightkube = "^0.15.0" pytest = "^7.4.3" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-operator = "^0.29.0" +pytest-operator = "^0.31.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} -boto3 = "^1.28.70" +boto3 = "^1.29.6" tenacity = "^8.2.3" ops = "^2.8.0" pytest-mock = "^3.12.0"