Skip to content

Commit a4827ff

Browse files
Lock file maintenance Python dependencies
1 parent 0dc4961 commit a4827ff

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

poetry.lock

Lines changed: 59 additions & 59 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
@@ -7,8 +7,8 @@ requires-poetry = ">=2.0.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
ops = "^2.17.1"
11-
boto3 = "^1.35.87"
10+
ops = "^2.18.1"
11+
boto3 = "^1.36.14"
1212
pgconnstr = "^1.0.1"
1313
requests = "^2.32.3"
1414
tenacity = "^9.0.0"
@@ -38,13 +38,13 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3838
optional = true
3939

4040
[tool.poetry.group.format.dependencies]
41-
ruff = "^0.9.3"
41+
ruff = "^0.9.4"
4242

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

4646
[tool.poetry.group.lint.dependencies]
47-
codespell = "^2.4.0"
47+
codespell = "^2.4.1"
4848

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

0 commit comments

Comments
 (0)