Skip to content

Commit 5ef6892

Browse files
Lock file maintenance Python dependencies
1 parent 25b4f8d commit 5ef6892

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ops = "^2.9.0, <2.10"
1212
tenacity = "^9.1.2"
1313
poetry-core = "^2.1.3"
1414
jinja2 = "^3.1.6"
15-
requests = "^2.32.4"
15+
requests = "^2.32.5"
1616
charm-refresh = "^3.1.0.0"
1717

1818
[tool.poetry.group.charm-libs.dependencies]
@@ -32,20 +32,20 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3232
optional = true
3333

3434
[tool.poetry.group.format.dependencies]
35-
ruff = "^0.12.4"
35+
ruff = "^0.12.10"
3636

3737
[tool.poetry.group.lint]
3838
optional = true
3939

4040
[tool.poetry.group.lint.dependencies]
41-
ruff = "^0.12.4"
41+
ruff = "^0.12.10"
4242
codespell = "^2.4.1"
4343

4444
[tool.poetry.group.unit.dependencies]
4545
pytest = "^8.4.1"
4646
pytest-xdist = "^3.8.0"
4747
pytest-cov = "^6.2.1"
48-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
48+
ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12
4949

5050
[tool.poetry.group.integration.dependencies]
5151
pytest = "^8.4.1"
@@ -62,7 +62,7 @@ tomli-w = "^1.2.0"
6262
optional = true
6363

6464
[tool.poetry.group.build-refresh-version.dependencies]
65-
charm-refresh-build-version = "^0.2.0"
65+
charm-refresh-build-version = "^0.3.0"
6666

6767
[tool.coverage.run]
6868
branch = true

0 commit comments

Comments
 (0)