File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ops = "^2.9.0, <2.10"
12
12
tenacity = " ^9.1.2"
13
13
poetry-core = " ^2.1.3"
14
14
jinja2 = " ^3.1.6"
15
- requests = " ^2.32.4 "
15
+ requests = " ^2.32.5 "
16
16
charm-refresh = " ^3.1.0.0"
17
17
18
18
[tool .poetry .group .charm-libs .dependencies ]
@@ -32,20 +32,20 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
32
32
optional = true
33
33
34
34
[tool .poetry .group .format .dependencies ]
35
- ruff = " ^0.12.4 "
35
+ ruff = " ^0.12.9 "
36
36
37
37
[tool .poetry .group .lint ]
38
38
optional = true
39
39
40
40
[tool .poetry .group .lint .dependencies ]
41
- ruff = " ^0.12.4 "
41
+ ruff = " ^0.12.9 "
42
42
codespell = " ^2.4.1"
43
43
44
44
[tool .poetry .group .unit .dependencies ]
45
45
pytest = " ^8.4.1"
46
46
pytest-xdist = " ^3.8.0"
47
47
pytest-cov = " ^6.2.1"
48
- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
48
+ ops-scenario = " ^6.1.7 , <6.1.8 " # 6.0.4 requires ops >= 2.12
49
49
50
50
[tool .poetry .group .integration .dependencies ]
51
51
pytest = " ^8.4.1"
You can’t perform that action at this time.
0 commit comments