File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lightkube = "^0.17.2"
1313tenacity = " ^9.1.2"
1414jinja2 = " ^3.1.6"
1515poetry-core = " ^2.1.3"
16- requests = " ^2.32.4 "
16+ requests = " ^2.32.5 "
1717
1818[tool .poetry .group .charm-libs .dependencies ]
1919# data_platform_libs/v0/data_interfaces.py
@@ -32,31 +32,31 @@ jsonschema = "*"
3232optional = true
3333
3434[tool .poetry .group .format .dependencies ]
35- ruff = " ^0.12.4 "
35+ ruff = " ^0.12.9 "
3636
3737[tool .poetry .group .lint ]
3838optional = true
3939
4040[tool .poetry .group .lint .dependencies ]
41- ruff = " ^0.12.4 "
41+ ruff = " ^0.12.9 "
4242codespell = " ^2.4.1"
4343
4444[tool .poetry .group .unit .dependencies ]
4545pytest = " ^8.4.1"
4646pytest-xdist = " ^3.8.0"
4747pytest-forked = " ^1.6.0" # Workaround to deal with memory leaks in scenario tests
4848pytest-cov = " ^6.2.1"
49- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
49+ ops-scenario = " ^6.1.7 , <6.1.8 " # 6.0.4 requires ops >= 2.12
5050ops = " ^2.9.0"
5151
5252[tool .poetry .group .integration .dependencies ]
5353pytest = " ^8.4.1"
54- pytest-operator = " ^0.35.0 "
54+ pytest-operator = " ^0.43.1 "
5555juju = " ^3.6.0.0"
5656mysql-connector-python = " ^9.4.0"
5757pyyaml = " ^6.0.2"
5858tenacity = " ^9.1.2"
59- allure-pytest = " ^2.14.3 "
59+ allure-pytest = " ^2.15.0 "
6060allure-pytest-default-results = " ^0.1.3"
6161
6262[tool .coverage .run ]
You can’t perform that action at this time.
0 commit comments