Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#210)
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] committed Sep 2, 2024
1 parent e32cf02 commit 6aa1bd4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 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 @@ -14,7 +14,7 @@ repository = "https://github.com/canonical/postgresql-test-app"
[tool.poetry.dependencies]
python = "^3.10"
ops-lib-pgsql = "^1.4"
ops = "^2.15.0"
ops = "^2.16.0"
tenacity = "^9.0.0"
psycopg2 = "^2.9.9"

Expand All @@ -26,7 +26,7 @@ ops = ">=2.0.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 6aa1bd4

Please sign in to comment.