Skip to content

Commit bca13f9

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
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.10"
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.19"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.34.2"
1414
tenacity = "^9.1.4"
@@ -40,7 +40,7 @@ jsonschema = "*"
4040
optional = true
4141

4242
[tool.poetry.group.format.dependencies]
43-
ruff = "^0.15.14"
43+
ruff = "^0.15.15"
4444

4545
[tool.poetry.group.lint]
4646
optional = true
@@ -52,7 +52,7 @@ codespell = "^2.4.2"
5252
optional = true
5353

5454
[tool.poetry.group.unit.dependencies]
55-
coverage = {extras = ["toml"], version = "^7.14.0"}
55+
coverage = {extras = ["toml"], version = "^7.14.1"}
5656
pytest = "^9.0.3"
5757
pytest-asyncio = "*"
5858
parameterized = "^0.9.0"

0 commit comments

Comments
 (0)