Skip to content

Commit b99b84a

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

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 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,<4.0"
10-
ops = {extras = ["tracing"], version = "^3.7.1"}
11-
boto3 = "^1.43.36"
10+
ops = {extras = ["tracing"], version = "^3.8.0"}
11+
boto3 = "^1.43.37"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.34.2"
1414
tenacity = "^9.1.4"
@@ -39,14 +39,14 @@ jsonschema = "*"
3939
optional = true
4040

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

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

4747
[tool.poetry.group.lint.dependencies]
4848
codespell = "^2.4.2"
49-
ty = "^0.0.52"
49+
ty = "^0.0.55"
5050

5151
[tool.poetry.group.unit]
5252
optional = true
@@ -67,7 +67,7 @@ pytest = "^9.1.1"
6767
pytest-operator = "^0.43.2"
6868
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6969
juju = "<=3.6.1.3"
70-
jubilant = "^1.10.0"
70+
jubilant = "^1.11.0"
7171
boto3 = "*"
7272
tenacity = "*"
7373
landscape-api-py3 = "^0.9.0"

0 commit comments

Comments
 (0)