Skip to content

Commit 6c6b57a

Browse files
Update Python dependencies (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e4d8f4 commit 6c6b57a

6 files changed

Lines changed: 151 additions & 151 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ module-root = ""
4747

4848
[dependency-groups]
4949
format = [
50-
"ruff==0.15.18"
50+
"ruff==0.15.20"
5151
]
5252
lint = [
5353
"codespell==2.4.2",
54-
"ty==0.0.52"
54+
"ty==0.0.55"
5555
]
5656
unit = [
5757
"coverage[toml]==7.14.3",

tests/charms/postgresql_k8s_test_charm/poetry.lock

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

tests/charms/postgresql_k8s_test_charm/pyproject.toml

Lines changed: 3 additions & 3 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 = {extras = ["tracing"], version = "^3.7.1"}
11-
boto3 = "^1.43.17"
11+
boto3 = "^1.43.37"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.34.2"
1414
tenacity = "^9.1.4"
@@ -18,9 +18,9 @@ lightkube = "^0.21.0"
1818
lightkube-models = "^1.28.1.4"
1919
psycopg2 = "^2.9.12"
2020
charmlibs-snap = "^1.0.1"
21-
charmlibs-interfaces-tls-certificates = "^1.8.1"
21+
charmlibs-interfaces-tls-certificates = "^1.8.3"
2222
charm-refresh = "^3.1.1.2"
23-
charmlibs-pathops = "^1.0.1"
23+
charmlibs-pathops = "^1.3.0"
2424
data-platform-helpers = "^0.1.7"
2525

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

tests/charms/postgresql_vm_test_charm/poetry.lock

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

tests/charms/postgresql_vm_test_charm/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ requires-poetry = ">=2.0.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
ops = {extras = ["tracing"], version = "^3.7.0"}
11-
boto3 = "^1.43.14"
10+
ops = {extras = ["tracing"], version = "^3.7.1"}
11+
boto3 = "^1.43.37"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.34.2"
1414
tenacity = "^9.1.4"
@@ -19,8 +19,8 @@ pysyncobj = "^0.3.15"
1919
psutil = "^7.2.2"
2020
charm-refresh = "^3.1.0.2"
2121
charmlibs-snap = "^1.0.1"
22-
charmlibs-interfaces-tls-certificates = "^1.8.1"
23-
charmlibs-pathops = "^1.0.1"
22+
charmlibs-interfaces-tls-certificates = "^1.8.3"
23+
charmlibs-pathops = "^1.3.0"
2424
data-platform-helpers = "^0.1.7"
2525

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

0 commit comments

Comments
 (0)