Skip to content

Commit 0a1d816

Browse files
Lock file maintenance Python dependencies
1 parent 266066c commit 0a1d816

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = []
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
14-
ops = "^2.9.0, <2.10"
14+
ops = "^2.14.1, <2.15"
1515
lightkube = "^0.15.3"
1616
tenacity = "^8.5.0"
1717
jinja2 = "^3.1.4"
@@ -44,7 +44,7 @@ optional = true
4444
[tool.poetry.group.lint.dependencies]
4545
black = "^24.4.2"
4646
isort = "^5.13.2"
47-
flake8 = "^7.0.0"
47+
flake8 = "^7.1.0"
4848
flake8-docstrings = "^1.7.0"
4949
flake8-copyright = "^0.2.4"
5050
flake8-builtins = "^2.5.0"
@@ -53,15 +53,15 @@ pep8-naming = "^0.14.1"
5353
codespell = "^2.3.0"
5454

5555
[tool.poetry.group.unit.dependencies]
56-
pytest = "^8.2.2"
56+
pytest = "^8.3.1"
5757
pytest-xdist = "^3.6.1"
5858
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
5959
pytest-cov = "^5.0.0"
60-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
61-
ops = "^2.9.0"
60+
ops-scenario = "^6.1.3, <6.1.4" # 6.0.4 requires ops >= 2.12
61+
ops = "^2.14.1"
6262

6363
[tool.poetry.group.integration.dependencies]
64-
pytest = "^8.2.2"
64+
pytest = "^8.3.1"
6565
pytest-operator = "^0.35.0"
6666
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6767
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"}

0 commit comments

Comments
 (0)