Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#269)
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 Jun 28, 2024
1 parent c9168e7 commit 6c83f6e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
45 changes: 23 additions & 22 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 @@ -13,7 +13,7 @@ repository = "https://github.com/canonical/pgbouncer-operator"

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.14.0"
ops = "^2.14.1"
pgconnstr = "^1.0.1"
tenacity = "^8.4.2"
cosl = "^0.0.12"
Expand Down Expand Up @@ -45,7 +45,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.10"
ruff = "^0.5.0"

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

0 comments on commit 6c83f6e

Please sign in to comment.