diff --git a/pyproject.toml b/pyproject.toml index 4378bb8cc..5d80bf674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ lightkube = "^0.17.2" tenacity = "^9.1.2" jinja2 = "^3.1.6" poetry-core = "^2.1.3" -requests = "^2.32.4" +requests = "^2.32.5" [tool.poetry.group.charm-libs.dependencies] # data_platform_libs/v0/data_interfaces.py @@ -32,13 +32,13 @@ jsonschema = "*" optional = true [tool.poetry.group.format.dependencies] -ruff = "^0.12.4" +ruff = "^0.12.10" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.12.4" +ruff = "^0.12.10" codespell = "^2.4.1" [tool.poetry.group.unit.dependencies] @@ -46,17 +46,17 @@ pytest = "^8.4.1" pytest-xdist = "^3.8.0" pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests pytest-cov = "^6.2.1" -ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12 +ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12 ops = "^2.9.0" [tool.poetry.group.integration.dependencies] pytest = "^8.4.1" -pytest-operator = "^0.35.0" +pytest-operator = "^0.43.1" juju = "^3.6.0.0" mysql-connector-python = "^9.4.0" pyyaml = "^6.0.2" tenacity = "^9.1.2" -allure-pytest = "^2.14.3" +allure-pytest = "^2.15.0" allure-pytest-default-results = "^0.1.3" [tool.coverage.run]