diff --git a/pyproject.toml b/pyproject.toml index 3980d1b86..cc7bb97a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ requires-poetry = ">=2.0.0" [tool.poetry.dependencies] python = "^3.10" -ops = "^2.15.0" -lightkube = "^0.15.0" -tenacity = "^8.2.2" -boto3 = "^1.28.22" -jinja2 = "^3.1.2" +ops = "^2.23.1" +lightkube = "^0.17.2" +tenacity = "^8.5.0" +boto3 = "^1.40.2" +jinja2 = "^3.1.6" pyyaml = "^6.0.2" [tool.poetry.group.charm-libs.dependencies] @@ -36,37 +36,37 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0" optional = true [tool.poetry.group.format.dependencies] -ruff = "^0.4.5" +ruff = "^0.12.7" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.4.5" -codespell = "^2.3.0" +ruff = "^0.12.7" +codespell = "^2.4.1" 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.14.1" +coverage = {extras = ["toml"], version = "^7.10.2"} parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] -pytest = "^7.4.0" -pytest-operator = "^0.28.0" +pytest = "^7.4.4" +pytest-operator = "^0.43.1" juju = "^3.6.0.0" -ops = "^2.15.0" +ops = "^2.23.1" mysql-connector-python = "~9.1.0" -tenacity = "^8.2.2" -boto3 = "^1.28.22" -pyyaml = "^6.0.1" -urllib3 = "^2.0.0" -lightkube = "^0.15.0" +tenacity = "^8.5.0" +boto3 = "^1.40.2" +pyyaml = "^6.0.2" +urllib3 = "^2.5.0" +lightkube = "^0.17.2" kubernetes = "^27.2.0" -allure-pytest = "^2.13.2" -allure-pytest-default-results = "^0.1.2" -pytest-asyncio = "^0.21.1" +allure-pytest = "^2.15.0" +allure-pytest-default-results = "^0.1.3" +pytest-asyncio = "^0.26.0" [tool.coverage.run] branch = true