diff --git a/pyproject.toml b/pyproject.toml index 1c50358c6..e5f52683d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0" python = "^3.10" ops = "^2.15.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,23 +47,23 @@ codespell = "^2.3.0" shellcheck-py = "^0.9.0.5" [tool.poetry.group.unit.dependencies] -pytest = "^7.4.0" +pytest = "^8.3.5" 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.3.5" pytest-operator = "^0.28.0" juju = "^3.6.0.0" ops = "^2.15.0" mysql-connector-python = "~8.0.33" -tenacity = "^8.2.2" +tenacity = "^9.1.2" boto3 = "^1.28.22" pyyaml = "^6.0.1" -urllib3 = "^1.26.16" +urllib3 = "^2.4.0" lightkube = "^0.15.0" -kubernetes = "^27.2.0" +kubernetes = "^32.0.1" allure-pytest = "^2.13.2" allure-pytest-default-results = "^0.1.2" pytest-asyncio = "^0.21.1"