Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent a6c10ad commit 6516e81
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 40 deletions.
71 changes: 33 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.10"
tenacity = "^8.4.2"
tenacity = "^9.0.0"
pure-sasl = "^0.6.2"
cosl = "^0.0.12"
ops = "^2.13.0"
Expand Down Expand Up @@ -88,7 +88,7 @@ pyyaml = "^6.0.1"
[tool.poetry.group.integration.dependencies]
pytest = "^8.2.2"
juju = "^3.2.0"
tenacity = "^8.4.2"
tenacity = "^9.0.0"
coverage = {extras = ["toml"], version = ">7.0"}
pytest-operator = ">0.20"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit 6516e81

Please sign in to comment.