From b8ae511be78a8cb9ed1f6b7cfb2a30eb50cb946d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:51:51 +0000 Subject: [PATCH] [python ci] Update Python CI dependencies --- pyproject.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2082e9d40..8d1524783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,45 +31,45 @@ jsonschema = "*" optional = true [tool.poetry.group.format.dependencies] -black = "^23.7.0" -isort = "^5.12.0" +black = "^23.12.1" +isort = "^5.13.2" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -black = "^23.7.0" -isort = "^5.12.0" -flake8 = "^6.0.0" +black = "^23.12.1" +isort = "^5.13.2" +flake8 = "^6.1.0" flake8-docstrings = "^1.7.0" flake8-copyright = "^0.2.4" -flake8-builtins = "^2.1.0" -pyproject-flake8 = "^6.0.0.post1" +flake8-builtins = "^2.2.0" +pyproject-flake8 = "^6.1.0" pep8-naming = "^0.13.3" -codespell = "^2.2.5" +codespell = "^2.2.6" shellcheck-py = "^0.9.0.5" [tool.poetry.group.unit.dependencies] -pytest = "^7.4.0" -pytest-mock = "^3.11.1" -coverage = {extras = ["toml"], version = "^7.2.7"} +pytest = "^7.4.4" +pytest-mock = "^3.12.0" +coverage = {extras = ["toml"], version = "^7.4.2"} parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] -pytest = "^7.4.0" +pytest = "^7.4.4" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/microceph"} -pytest-operator = "^0.28.0" +pytest-operator = "^0.32.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" -ops = "^2.5.0" +ops = "^2.10.0" mysql-connector-python = "~8.0.33" -tenacity = "^8.2.2" -boto3 = "^1.28.22" +tenacity = "^8.2.3" +boto3 = "^1.34.46" pyyaml = "^6.0.1" -urllib3 = "^1.26.16" -lightkube = "^0.14.0" +urllib3 = "^1.26.18" +lightkube = "^0.15.2" kubernetes = "^27.2.0" allure-pytest = "^2.13.2"