Skip to content

Commit c3f5584

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

File tree

6 files changed

+1087
-1019
lines changed

6 files changed

+1087
-1019
lines changed

azure_storage/poetry.lock

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

azure_storage/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-poetry = ">=2.0.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
ops = {version = ">=3.4.0", extras = ["testing"]}
10+
ops = {version = ">=3.5.0", extras = ["testing"]}
1111
tenacity = "^9.1.2"
1212

1313
[tool.poetry.group.charm-libs.dependencies]
@@ -17,17 +17,17 @@ cosl = "^0.0.51"
1717
optional = true
1818

1919
[tool.poetry.group.format.dependencies]
20-
ruff = "^0.14.6"
20+
ruff = "^0.14.10"
2121

2222
[tool.poetry.group.lint]
2323
optional = true
2424

2525
[tool.poetry.group.lint.dependencies]
26-
ruff = "^0.14.6"
26+
ruff = "^0.14.10"
2727
codespell = "^2.4.1"
2828

2929
[tool.poetry.group.unit.dependencies]
30-
coverage = { extras = ["toml"], version = "^7.12.0" }
30+
coverage = { extras = ["toml"], version = "^7.13.0" }
3131
pytest = "^8.4.2"
3232
pytest-asyncio = "*"
3333

0 commit comments

Comments
 (0)