diff --git a/pyproject.toml b/pyproject.toml index 70fd7c276..a74d1f4b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ops = "^2.8.0" tenacity = "^8.2.2" boto3 = "^1.28.23" # TODO: Remove insecure dependency https://github.com/canonical/mysql-operator/issues/246 -pyopenssl = "^23.2.0" +pyopenssl = "^24.1.0" typing_extensions = "^4.7.1" jinja2 = "^3.1.2" @@ -36,16 +36,16 @@ jsonschema = "*" optional = true [tool.poetry.group.format.dependencies] -black = "^23.7.0" +black = "^24.3.0" isort = "^5.12.0" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -black = "^23.7.0" +black = "^24.3.0" isort = "^5.12.0" -flake8 = "^6.0.0" +flake8 = "^7.0.0" flake8-docstrings = "^1.7.0" flake8-copyright = "^0.2.4" flake8-builtins = "^2.1.0" @@ -55,13 +55,13 @@ codespell = "^2.2.5" shellcheck-py = "^0.9.0.5" [tool.poetry.group.unit.dependencies] -pytest = "^7.4.0" +pytest = "^8.1.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.1.1" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"} pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/microceph"} pytest-operator = "^0.28.0" @@ -72,7 +72,7 @@ mysql-connector-python = "~8.0.33" tenacity = "^8.2.2" boto3 = "^1.28.11" pyyaml = "^6.0" -urllib3 = "^1.26.16" +urllib3 = "^2.2.1" allure-pytest = "^2.13.2"