Skip to content

Commit be08648

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

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 21 additions & 21 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,9 +8,9 @@ requires-poetry = ">=2.0.0"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
ops = "^2.22.0"
11-
boto3 = "^1.38.37"
11+
boto3 = "^1.38.42"
1212
pgconnstr = "^1.0.1"
13-
requests = "^2.32.3"
13+
requests = "^2.32.4"
1414
tenacity = "^9.1.2"
1515
pydantic = "^1.10.22"
1616
jinja2 = "^3.1.6"
@@ -53,14 +53,14 @@ optional = true
5353

5454
[tool.poetry.group.unit.dependencies]
5555
coverage = {extras = ["toml"], version = "^7.9.1"}
56-
pytest = "^8.4.0"
56+
pytest = "^8.4.1"
5757

5858
[tool.poetry.group.integration]
5959
optional = true
6060

6161
[tool.poetry.group.integration.dependencies]
6262
lightkube = "^0.17.2"
63-
pytest = "^8.4.0"
63+
pytest = "^8.4.1"
6464
pytest-operator = "^0.42.0"
6565
allure-pytest-default-results = "^0.1.3"
6666
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940

0 commit comments

Comments
 (0)