Skip to content

Commit 197e4f0

Browse files
Lock file maintenance Python dependencies
1 parent 11080d8 commit 197e4f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
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"
@@ -57,8 +57,8 @@ pytest = "^8.2.2"
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.1, <6.1.2" # 6.0.4 requires ops >= 2.12
61+
ops = "^2.14.1"
6262

6363
[tool.poetry.group.integration.dependencies]
6464
pytest = "^8.2.2"

0 commit comments

Comments
 (0)