Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#76)
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 Sep 30, 2024
1 parent f18126b commit a678ada
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
55 changes: 28 additions & 27 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.10"
ops = "^2.16.1"
ops = "^2.17.0"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand All @@ -16,7 +16,7 @@ ops = ">=2.0.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.6.7"
ruff = "^0.6.8"

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

0 comments on commit a678ada

Please sign in to comment.