Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent f712e4e commit be8192c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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 @@ -6,7 +6,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.15.0"
ops = "^2.16.0"
cryptography = "^43.0.0"
jsonschema = "^4.23.0"
tenacity = "^9.0.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

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

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

0 comments on commit be8192c

Please sign in to comment.