Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent 5f353e8 commit 1e93d69
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 91 deletions.
146 changes: 63 additions & 83 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@ cosl = "*"
optional = true

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

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

[tool.poetry.group.lint.dependencies]
black = "^23.7.0"
black = "^24.4.2"
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"
pyproject-flake8 = "^6.0.0.post1"
pyproject-flake8 = "^7.0.0"
pep8-naming = "^0.13.3"
codespell = "^2.2.5"

[tool.poetry.group.unit.dependencies]
pytest = "^7.4.0"
pytest = "^8.2.2"
pytest-xdist = "^3.3.1"
pytest-cov = "^4.1.0"
ops-scenario = "^5.4.1"
pytest-cov = "^5.0.0"
ops-scenario = "^6.0.5"
ops = ">=2.0.0"
pytest-mock = "^3.11.1"

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

0 comments on commit 1e93d69

Please sign in to comment.