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 Sep 9, 2024
1 parent 98686b2 commit c849347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ authors = []

[tool.poetry.dependencies]
python = "^3.10"
tenacity = "^8.4.2"
tenacity = "^9.0.0"
pure-sasl = "^0.6.2"
cosl = "^0.0.12"
pydantic = "^1.10.17"
pydantic = "^2.9.0"
pyyaml = "^6.0.1"
poetry-plugin-export = "^1.8.0"

Expand Down Expand Up @@ -96,7 +96,7 @@ responses = "^0.25.3"
[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.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit c849347

Please sign in to comment.