From 7a8f9aa585d613189747c771b160158d68a6dbb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:04:39 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 353e2217..a497ad05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,24 +11,24 @@ python = "^3.8" optional = true [tool.poetry.group.format.dependencies] -ruff = "^0.8.0" +ruff = "^0.8.2" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.8.0" +ruff = "^0.8.2" codespell = "2.3.0" [tool.poetry.group.integration.dependencies] -pytest = "^8.3.3" +pytest = "^8.3.4" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.38.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 -juju = ">=3.5.2.1" +juju = ">=3.6.0.0" mysql-connector-python = "~8.0.33" allure-pytest = "^2.13.5"