From 64325a55ee6dcf5debb336f10f2d9736aeae364d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:00:43 +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 cb6df45c62..85166d4e73 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 @@ -67,15 +67,15 @@ psycopg2 = {version = "^2.9.9", extras = ["binary"]} 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.4" tenacity = "^8.2.3" [build-system]