diff --git a/pyproject.toml b/pyproject.toml
index 353e2217..a497ad05 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,24 +11,24 @@ python = "^3.8"
 optional = true
 
 [tool.poetry.group.format.dependencies]
-ruff = "^0.8.0"
+ruff = "^0.8.2"
 
 [tool.poetry.group.lint]
 optional = true
 
 [tool.poetry.group.lint.dependencies]
-ruff = "^0.8.0"
+ruff = "^0.8.2"
 codespell = "2.3.0"
 
 [tool.poetry.group.integration.dependencies]
-pytest = "^8.3.3"
+pytest = "^8.3.4"
 pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
 pytest-operator = "^0.38.0"
 pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
 pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
 allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
 # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
-juju = ">=3.5.2.1"
+juju = ">=3.6.0.0"
 mysql-connector-python = "~8.0.33"
 allure-pytest = "^2.13.5"