Skip to content

Commit 6aa88ee

Browse files
Lock file maintenance Python dependencies
1 parent 27a5975 commit 6aa88ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88
python = "^3.10"
99
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
1010
ops = "^2.9.0, <2.10"
11-
lightkube = "^0.15.3"
11+
lightkube = "^0.15.4"
1212
tenacity = "^8.5.0"
1313
jinja2 = "^3.1.4"
1414
poetry-core = "^1.9.0"
@@ -31,31 +31,31 @@ jsonschema = "*"
3131
optional = true
3232

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

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

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

4343
[tool.poetry.group.unit.dependencies]
44-
pytest = "^8.2.2"
44+
pytest = "^8.3.2"
4545
pytest-xdist = "^3.6.1"
4646
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
4747
pytest-cov = "^5.0.0"
48-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
48+
ops-scenario = "^6.1.6, <6.1.7" # 6.0.4 requires ops >= 2.12
4949
ops = "^2.9.0"
5050

5151
[tool.poetry.group.integration.dependencies]
52-
pytest = "^8.2.2"
53-
pytest-operator = "^0.35.0"
52+
pytest = "^8.3.2"
53+
pytest-operator = "^0.36.0"
5454
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
5555
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
5656
juju = "^3.2.2"
5757
mysql-connector-python = "~8.0.33"
58-
pyyaml = "^6.0.1"
58+
pyyaml = "^6.0.2"
5959
tenacity = "^8.5.0"
6060
allure-pytest = "^2.13.5"
6161
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}

0 commit comments

Comments
 (0)