From 04e9c724664eb3abdc2ff1975c92ed705bb8e80c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:28:59 +0000 Subject: [PATCH] Update Python dependencies --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1687082..d635880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,33 +35,33 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0" optional = true [tool.poetry.group.format.dependencies] -black = "^23.7.0" +black = "^24.4.2" isort = "^5.12.0" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -black = "^23.7.0" +black = "^24.4.2" isort = "^5.12.0" -flake8 = "^6.0.0" +flake8 = "^7.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 = "^7.0.0" pep8-naming = "^0.13.3" codespell = "^2.2.5" [tool.poetry.group.unit.dependencies] -pytest = "^7.4.0" +pytest = "^8.2.2" pytest-xdist = "^3.3.1" -pytest-cov = "^4.1.0" -ops-scenario = "^5.4.1" +pytest-cov = "^5.0.0" +ops-scenario = "^6.1.0" ops = ">=2.0.0" pytest-mock = "^3.11.1" [tool.poetry.group.integration.dependencies] -pytest = "^7.4.0" +pytest = "^8.2.2" pytest-operator = "^0.28.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}