Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 7e79089 commit c5cdb2d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 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 @@ -6,11 +6,11 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.16.0"
ops = "^2.16.1"
cryptography = "^43.0.1"
jsonschema = "^4.23.0"
tenacity = "^9.0.0"
cosl = "^0.0.28"
cosl = "^0.0.29"
poetry-core = "^1.9.0"
lightkube = "^0.15.4"
lightkube-models = "^1.29.0.6"
Expand All @@ -36,7 +36,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.6.3"
ruff = "^0.6.4"

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

0 comments on commit c5cdb2d

Please sign in to comment.