Skip to content

Commit 6aa399b

Browse files
Lock file maintenance Python dependencies
1 parent bed7a5b commit 6aa399b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3131
optional = true
3232

3333
[tool.poetry.group.format.dependencies]
34-
ruff = "^0.4.5"
34+
ruff = "^0.9.10"
3535

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

3939
[tool.poetry.group.lint.dependencies]
40-
ruff = "^0.4.5"
41-
codespell = "^2.3.0"
40+
ruff = "^0.9.10"
41+
codespell = "^2.4.1"
4242

4343
[tool.poetry.group.unit.dependencies]
44-
pytest = "^8.2.2"
44+
pytest = "^8.3.5"
4545
pytest-xdist = "^3.6.1"
4646
pytest-cov = "^5.0.0"
47-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
47+
ops-scenario = "^6.1.7, <6.1.8" # 6.0.4 requires ops >= 2.12
4848

4949
[tool.poetry.group.integration.dependencies]
50-
pytest = "^8.2.2"
51-
pytest-operator = "^0.35.0"
50+
pytest = "^8.3.5"
51+
pytest-operator = "^0.41.0"
5252
juju = "^3.6.0.0"
5353
mysql-connector-python = "~8.0.33"
5454
tenacity = "^9.0.0"

0 commit comments

Comments
 (0)