Skip to content

Commit

Permalink
[charm] Update charm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent e329f6f commit f852a19
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 61 deletions.
113 changes: 58 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ repository = "https://github.com/canonical/pgbouncer-k8s-operator"

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.9.0"
cryptography = "^42.0.1"
ops = "^2.10.0"
cryptography = "^42.0.2"
jsonschema = "^4.21.1"
tenacity = "^8.2.3"
cosl = "^0.0.7"
poetry-core = "^1.8.1"
lightkube = "^0.15.0"
cosl = "^0.0.8"
poetry-core = "^1.9.0"
lightkube = "^0.15.1"
lightkube-models = "^1.29.0.6"
pydantic = "^1.10.14"
psycopg2 = "^2.9.9"
psycopg = {extras = ["c"], version = "^3.1.17"}
psycopg = {extras = ["c"], version = "^3.1.18"}

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand Down

0 comments on commit f852a19

Please sign in to comment.