Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#257)
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 8ce92b3 commit 7641c8d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
86 changes: 43 additions & 43 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-k8s-operator"

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.11.0"
ops = "^2.12.0"
cryptography = "^42.0.5"
jsonschema = "^4.21.1"
tenacity = "^8.2.3"
Expand Down Expand Up @@ -71,7 +71,7 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
juju = "^3.2.0.1"
tenacity = "*"
psycopg2-binary = "^2.9.9"
allure-pytest = "^2.13.3"
allure-pytest = "^2.13.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 7641c8d

Please sign in to comment.