Skip to content

Commit 5edfc96

Browse files
Lock file maintenance Python dependencies (#1056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0391a1 commit 5edfc96

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

poetry.lock

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

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 = "^2.23.0"
11-
boto3 = "^1.39.4"
11+
boto3 = "^1.39.10"
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.3"
42+
ruff = "^0.12.4"
4343

4444
[tool.poetry.group.lint]
4545
optional = true
@@ -55,7 +55,7 @@ coverage = { extras = ["toml"], version = "^7.9.2" }
5555
pytest = "^8.4.1"
5656
pytest-asyncio = "*"
5757
parameterized = "^0.9.0"
58-
jsonschema = "^4.24.0"
58+
jsonschema = "^4.25.0"
5959
tomli-w = "^1.2.0"
6060

6161
[tool.poetry.group.integration]

0 commit comments

Comments
 (0)