Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 3135f74 commit b8e44a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ cosl = "*"
optional = true

[tool.poetry.group.format.dependencies]
black = "^23.10.1"
ruff = "^0.1.3"
black = "^23.11.0"
ruff = "^0.1.6"

[tool.poetry.group.lint]
optional = true
Expand All @@ -68,15 +68,15 @@ parameterized = "^0.9.0"
optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "^0.14.0"
lightkube = "^0.15.0"
pytest = "^7.4.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.29.0"
pytest-operator = "^0.31.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^3.2.2"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
boto3 = "^1.28.70"
boto3 = "^1.29.6"
tenacity = "^8.2.3"
ops = "^2.8.0"
pytest-mock = "^3.12.0"
Expand Down

0 comments on commit b8e44a6

Please sign in to comment.