Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#194)
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 Apr 1, 2024
1 parent 51d41b2 commit 8f4e400
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
108 changes: 54 additions & 54 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.11.0"
ops = "^2.12.0"
pgconnstr = "^1.0.1"
tenacity = "^8.2.3"
cosl = "^0.0.10"
Expand Down Expand Up @@ -43,7 +43,7 @@ jsonschema = "*"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.3.3"
ruff = "^0.3.4"

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

0 comments on commit 8f4e400

Please sign in to comment.