Skip to content

Commit 9f969b8

Browse files
Lock file maintenance Python dependencies (#1013)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59b58e9 commit 9f969b8

File tree

2 files changed

+42
-43
lines changed

2 files changed

+42
-43
lines changed

poetry.lock

Lines changed: 38 additions & 39 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
@@ -7,8 +7,8 @@ requires-poetry = ">=2.0.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
ops = "^2.22.0"
11-
boto3 = "^1.38.42"
10+
ops = "^2.23.0"
11+
boto3 = "^1.39.0"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.32.4"
1414
tenacity = "^9.1.2"
@@ -39,7 +39,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3939
optional = true
4040

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

4444
[tool.poetry.group.lint]
4545
optional = true
@@ -63,7 +63,7 @@ optional = true
6363

6464
[tool.poetry.group.integration.dependencies]
6565
pytest = "^8.4.1"
66-
pytest-operator = "^0.42.0"
66+
pytest-operator = "^0.42.1"
6767
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6868
juju = "<=3.6.1.2"
6969
jubilant = "^1.2.0"

0 commit comments

Comments
 (0)