Skip to content

Commit ec2b448

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

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

poetry.lock

Lines changed: 30 additions & 29 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
@@ -8,7 +8,7 @@ requires-poetry = ">=2.0.0"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
ops = "^2.22.0"
11-
boto3 = "^1.38.26"
11+
boto3 = "^1.38.28"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.32.3"
1414
tenacity = "^9.1.2"
@@ -51,7 +51,7 @@ optional = true
5151

5252
[tool.poetry.group.unit.dependencies]
5353
coverage = { extras = ["toml"], version = "^7.8.2" }
54-
pytest = "^8.3.5"
54+
pytest = "^8.4.0"
5555
pytest-asyncio = "*"
5656
parameterized = "^0.9.0"
5757
jsonschema = "^4.24.0"
@@ -61,11 +61,11 @@ tomli-w = "^1.2.0"
6161
optional = true
6262

6363
[tool.poetry.group.integration.dependencies]
64-
pytest = "^8.3.5"
64+
pytest = "^8.4.0"
6565
pytest-operator = "^0.42.0"
6666
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6767
juju = "<=3.6.1.2"
68-
jubilant = "^1.0.1"
68+
jubilant = "^1.1.0"
6969
boto3 = "*"
7070
tenacity = "*"
7171
landscape-api-py3 = "^0.9.0"

0 commit comments

Comments
 (0)