From 8262b45017d047886fa6f5e6c2a6be97c738f33f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 02:41:56 +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 4cf8e8c6c..24ea0c15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,18 +36,18 @@ optional = true [tool.poetry.group.lint.dependencies] black = "^23.7.0" isort = "^5.12.0" -flake8 = "^6.0.0" +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" +pyproject-flake8 = "^6.0.0" pep8-naming = "^0.13.3" codespell = "^2.2.5" shellcheck-py = "^0.9.0.5" [tool.poetry.group.unit.dependencies] pytest = "^7.4.0" -coverage = {extras = ["toml"], version = "^7.2.7"} +coverage = {extras = ["toml"], version = "^7.3.0"} [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" @@ -57,8 +57,8 @@ pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workf pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^2.9.44.0" mysql-connector-python = "~8.0.33" -tenacity = "^8.2.2" -boto3 = "^1.28.22" +tenacity = "^8.2.3" +boto3 = "^1.28.31" pyyaml = "^6.0.1" urllib3 = "^1.26.16" lightkube = "^0.14.0"