Skip to content

Commit bc13174

Browse files
[charm] Update charm dependencies (#338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36e5fa4 commit bc13174

File tree

2 files changed

+59
-55
lines changed

2 files changed

+59
-55
lines changed

poetry.lock

Lines changed: 54 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ repository = "https://github.com/canonical/postgresql-operator"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.10"
16-
ops = "^2.9.0"
17-
cryptography = "^42.0.1"
18-
boto3 = "^1.34.29"
16+
ops = "^2.10.0"
17+
cryptography = "^42.0.5"
18+
boto3 = "^1.34.50"
1919
pgconnstr = "^1.0.1"
2020
requests = "^2.31.0"
2121
tenacity = "^8.2.3"
2222
psycopg2-binary = "^2.9.9"
23-
cosl = "^0.0.7"
23+
cosl = "^0.0.8"
2424
pydantic = "^1.10.14"
25-
poetry-core = "^1.8.1"
25+
poetry-core = "^1.9.0"
2626
pyOpenSSL = "^24.0.0"
2727

2828
[tool.poetry.group.charm-libs.dependencies]

0 commit comments

Comments
 (0)