Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 0d434ea commit 299f50e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"


Expand Down

0 comments on commit 299f50e

Please sign in to comment.