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 21, 2023
1 parent ebe97d9 commit 5a09c70
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@ ops = ">=2.0.0"
optional = true

[tool.poetry.group.format.dependencies]
black = "^23.7.0"
black = "^23.9.1"
isort = "^5.12.0"

[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
black = "^23.7.0"
black = "^23.9.1"
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.2"
pytest-xdist = "^3.3.1"
pytest-cov = "^4.1.0"
ops-scenario = "^5.1.2"
ops-scenario = "^5.2.2"

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest-operator = "^0.28.0"
pytest = "^7.4.2"
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 5a09c70

Please sign in to comment.