Skip to content

Commit

Permalink
[charm lib] Update charm lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 1704b4e commit 3d21966
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 42 deletions.
94 changes: 57 additions & 37 deletions poetry.lock

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

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,21 @@ codespell = "^2.2.5"
pytest = "^7.4.0"
pytest-xdist = "^3.3.1"
pytest-cov = "^4.1.0"
ops-scenario = "^5.6.2"
ops-scenario = "^5.4.1"
ops = ">=2.0.0"
pytest-mock = "^3.11.1"

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest-operator = "^0.28.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^3.2.2"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "3.2.2"
mysql-connector-python = "~8.0.33"
pyyaml = "^6.0.1"
tenacity = "^8.2.2"
ops = "^2.6.0"
ops = ">=2.0.0"
pytest-mock = "^3.11.1"


[tool.coverage.run]
Expand Down

0 comments on commit 3d21966

Please sign in to comment.