Skip to content

Commit e1ba386

Browse files
Lock file maintenance Python dependencies
1 parent 1872cc7 commit e1ba386

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
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: 2 additions & 2 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.17.1"
11-
boto3 = "^1.35.87"
11+
boto3 = "^1.36.8"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.32.3"
1414
tenacity = "^9.0.0"
@@ -43,7 +43,7 @@ ruff = "^0.9.3"
4343
optional = true
4444

4545
[tool.poetry.group.lint.dependencies]
46-
codespell = "^2.4.0"
46+
codespell = "^2.4.1"
4747

4848
[tool.poetry.group.unit]
4949
optional = true

0 commit comments

Comments
 (0)