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 Sep 5, 2023
1 parent 802ff04 commit fb3b7a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ optional = true
[tool.poetry.group.lint.dependencies]
black = "^23.7.0"
isort = "^5.12.0"
flake8 = "^6.0.0"
flake8 = "^6.1.0"
flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.1.0"
pyproject-flake8 = "^6.0.0.post1"
pyproject-flake8 = "^6.0.0"
pep8-naming = "^0.13.3"
codespell = "^2.2.5"

[tool.poetry.group.unit.dependencies]
pytest = "^7.4.0"
pytest = "^7.4.1"
pytest-xdist = "^3.3.1"
pytest-cov = "^4.1.0"
# Workaround for https://github.com/canonical/ops-scenario/issues/48
ops = "<2.5"
ops = "<2.7"
ops-scenario = "^4.0.4.1"

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest-operator = "^0.28.0"
pytest = "^7.4.1"
pytest-operator = "^0.29.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^2.9.44.0"
Expand Down

0 comments on commit fb3b7a2

Please sign in to comment.