Skip to content

Commit 88b5613

Browse files
Lock file maintenance Python dependencies
1 parent 48380cf commit 88b5613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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.9"
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.9"
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"

0 commit comments

Comments
 (0)