diff --git a/pyproject.toml b/pyproject.toml index 73e9462..1386bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workf pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"} juju = "^3.6.0.0" -mysql-connector-python = "~8.0.33" +mysql-connector-python = "~9.1.0" tenacity = "^8.5.0" ops = "^2.9.0" pytest-mock = "^3.14.0"