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 @@ -7,9 +7,9 @@ requires-poetry = ">=2.0.0"
77
88[tool .poetry .dependencies ]
99python = " ^3.10"
10- ops = " ^2.23 .1"
10+ ops = " ^3.3 .1"
1111jinja2 = " ^3.1.6"
12- pydantic = " ^1.10.22 , <2 "
12+ pydantic = " ^2.12.4 , <3 "
1313
1414[tool .poetry .group .charm-libs .dependencies ]
1515# data_platform_libs/v0/data_interfaces.py
@@ -34,11 +34,11 @@ codespell = "^2.4.1"
3434shellcheck-py = " ^0.10.0.1"
3535
3636[tool .poetry .group .unit .dependencies ]
37- pytest = " ^8.4 .1"
37+ pytest = " ^9.0 .1"
3838coverage = {extras = [" toml" ], version = " ^7.10.6" }
3939
4040[tool .poetry .group .integration .dependencies ]
41- pytest = " ^8.4 .1"
41+ pytest = " ^9.0 .1"
4242pytest-operator = " ^0.43.1"
4343pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
4444pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v35.0.2" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
You can’t perform that action at this time.
0 commit comments