File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "common"
33version = " 0.1.0"
44requires-python = " >=3.10"
55dependencies = [
6- " ops>=2.9 .0" ,
6+ " ops>=3.4 .0" ,
77 " charm-refresh>=3.1.0.2" ,
88 " charm-api>=0.1.2" ,
99 " requests>=2.32.5" ,
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ ruff = "^0.12.11"
4141codespell = " ^2.4.1"
4242
4343[tool .poetry .group .unit .dependencies ]
44- pytest = " ^8.4.1 "
44+ pytest = " ^9.0.2 "
4545pytest-xdist = " ^3.8.0"
4646pytest-forked = " ^1.6.0" # Workaround to deal with memory leaks in scenario tests
47- pytest-cov = " ^6.2.1 "
48- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
47+ pytest-cov = " ^7.0.0 "
48+ ops-scenario = " ^8.4.0 , <8.4.1 " # 6.0.4 requires ops >= 2.12
4949ops = " ^2.9.0"
5050
5151[tool .poetry .group .integration .dependencies ]
52- pytest = " ^8.4.1 "
52+ pytest = " ^9.0.2 "
5353pytest-operator = " ^0.43.1"
5454requests = " ^2.32.5"
5555juju = " ^3.6.0.0"
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ ruff = "^0.12.11"
4040codespell = " ^2.4.1"
4141
4242[tool .poetry .group .unit .dependencies ]
43- pytest = " ^8.4.1 "
43+ pytest = " ^9.0.2 "
4444pytest-xdist = " ^3.8.0"
45- pytest-cov = " ^6.2.1 "
46- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
45+ pytest-cov = " ^7.0.0 "
46+ ops-scenario = " ^8.4.0 , <8.4.1 " # 6.0.4 requires ops >= 2.12
4747
4848[tool .poetry .group .integration .dependencies ]
49- pytest = " ^8.4.1 "
49+ pytest = " ^9.0.2 "
5050pytest-operator = " ^0.43.1"
5151requests = " ^2.32.5"
5252juju = " ^3.6.0.0"
You can’t perform that action at this time.
0 commit comments