From f008c48b1cf4937cc8e4708a2ce54b6e310829bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 01:15:32 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 607e44d3..516e554c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,10 @@ authors = [] [tool.poetry.dependencies] python = "^3.10" -tenacity = "^8.4.2" +tenacity = "^8.5.0" pure-sasl = "^0.6.2" cosl = "^0.0.12" -ops = "^2.13.0" +ops = "^2.14.1" # TODO: clean any of the notes below and their deps. [tool.poetry.group.charm-libs.dependencies] @@ -69,26 +69,26 @@ optional = true [tool.poetry.group.lint.dependencies] black = "^24.4.2" isort = "^5.13.2" -flake8 = "^7.0.0" +flake8 = "^7.1.0" flake8-docstrings = "^1.7.0" flake8-copyright = "^0.2.4" flake8-builtins = "^2.5.0" pyproject-flake8 = "^7.0.0" pep8-naming = "^0.14.1" -codespell = "^2.2.6" -pyright = "^1.1.318" -typing-extensions = "^4.9.0" +codespell = "^2.3.0" +pyright = "^1.1.371" +typing-extensions = "^4.12.2" [tool.poetry.group.unit.dependencies] pytest = "^8.2.2" -coverage = {extras = ["toml"], version = "^7.5.1"} -pytest-mock = "^3.11.1" +coverage = {extras = ["toml"], version = "^7.5.4"} +pytest-mock = "^3.14.0" pyyaml = "^6.0.1" [tool.poetry.group.integration.dependencies] pytest = "^8.2.2" juju = "^3.2.0" -tenacity = "^8.4.2" +tenacity = "^8.5.0" coverage = {extras = ["toml"], version = ">7.0"} pytest-operator = ">0.20" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}