Skip to content

Commit 0c05fe8

Browse files
Update Python dependencies (#1479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2521ee commit 0c05fe8

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-poetry = ">=2.0.0"
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
ops = "^3.5.2"
11-
boto3 = "^1.42.51"
11+
boto3 = "^1.42.55"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.32.5"
1414
tenacity = "^9.1.4"
@@ -20,7 +20,7 @@ psutil = "^7.2.2"
2020
charm-refresh = "^3.1.0.2"
2121
httpx = "^0.28.1"
2222
charmlibs-snap = "^1.0.1"
23-
charmlibs-interfaces-tls-certificates = "^1.6.1"
23+
charmlibs-interfaces-tls-certificates = "^1.7.0"
2424
postgresql-charms-single-kernel = "16.1.7"
2525

2626
[tool.poetry.group.charm-libs.dependencies]
@@ -39,14 +39,14 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3939
optional = true
4040

4141
[tool.poetry.group.format.dependencies]
42-
ruff = "^0.15.1"
42+
ruff = "^0.15.2"
4343

4444
[tool.poetry.group.lint]
4545
optional = true
4646

4747
[tool.poetry.group.lint.dependencies]
4848
codespell = "^2.4.1"
49-
ty = "^0.0.17"
49+
ty = "^0.0.18"
5050

5151
[tool.poetry.group.unit]
5252
optional = true

0 commit comments

Comments
 (0)