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 Oct 18, 2024
1 parent e84ffa9 commit 3c44e73
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
26 changes: 19 additions & 7 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lightkube = "^0.15.3"
python = "^3.10"
ops = "^2.15.0"
pymongo = "^4.7.3"
tenacity = "^8.2.3"
tenacity = "^9.0.0"
pyyaml = "^6.0.1"
jinja2 = "^3.1.3"
poetry-core = "^1.9.0"
Expand Down Expand Up @@ -49,11 +49,11 @@ parameterized = "^0.9.0"
[tool.poetry.group.integration.dependencies]
ops = "^2.15.0"
allure-pytest = "^2.13.5"
tenacity = "^8.2.3"
tenacity = "^9.0.0"
pymongo = "^4.7.3"
parameterized = "^0.9.0"
lightkube = "^0.15.3"
kubernetes = "^30.1.0"
kubernetes = "^31.0.0"
juju = "^3.5.0"
pytest = "^8.1.1"
pytest-mock = "^3.14.0"
Expand Down

0 comments on commit 3c44e73

Please sign in to comment.