diff --git a/pyproject.toml b/pyproject.toml index 3980d1b86..fad1b10c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,9 @@ requires-poetry = ">=2.0.0" [tool.poetry.dependencies] python = "^3.10" -ops = "^2.15.0" +ops = "^3.1.0" lightkube = "^0.15.0" -tenacity = "^8.2.2" +tenacity = "^9.1.2" boto3 = "^1.28.22" jinja2 = "^3.1.2" pyyaml = "^6.0.2" @@ -47,26 +47,26 @@ codespell = "^2.3.0" shellcheck-py = "^0.9.0.5" [tool.poetry.group.unit.dependencies] -pytest = "^7.4.0" +pytest = "^8.4.1" pytest-mock = "^3.11.1" coverage = {extras = ["toml"], version = "^7.2.7"} parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] -pytest = "^7.4.0" +pytest = "^8.4.1" pytest-operator = "^0.28.0" juju = "^3.6.0.0" -ops = "^2.15.0" +ops = "^3.1.0" mysql-connector-python = "~9.1.0" -tenacity = "^8.2.2" +tenacity = "^9.1.2" boto3 = "^1.28.22" pyyaml = "^6.0.1" urllib3 = "^2.0.0" lightkube = "^0.15.0" -kubernetes = "^27.2.0" +kubernetes = "^33.1.0" allure-pytest = "^2.13.2" allure-pytest-default-results = "^0.1.2" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^1.1.0" [tool.coverage.run] branch = true