File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ optional = true
5555
5656[tool .poetry .group .fmt .dependencies ]
5757black = " ^25.1.0"
58- isort = " ^6 .0.1 "
58+ isort = " ^7 .0.0 "
5959
6060
6161[tool .poetry .group .lint ]
@@ -64,35 +64,35 @@ optional = true
6464
6565[tool .poetry .group .lint .dependencies ]
6666black = " ^25.1.0"
67- isort = " ^6 .0.1 "
67+ isort = " ^7 .0.0 "
6868flake8 = " ^7.0.0"
6969flake8-docstrings = " ^1.7.0"
7070flake8-copyright = " ^0.2.4"
71- flake8-builtins = " ^2.5 .0"
71+ flake8-builtins = " ^3.1 .0"
7272pyproject-flake8 = " ^7.0.0"
7373pep8-naming = " ^0.15.1"
7474codespell = " ^2.4.1"
7575pyright = " ^1.1.402"
7676typing-extensions = " ^4.12.2"
7777requests = " ^2.32.4"
78- ops = " ^2.23 .0"
78+ ops = " ^3.5 .0"
7979
8080[tool .poetry .group .unit ]
8181optional = true
8282
8383[tool .poetry .group .unit .dependencies ]
84- pytest = " ^8.4.1 "
84+ pytest = " ^9.0.2 "
8585coverage = { extras = [" toml" ], version = " ^7.9.1" }
8686pytest-mock = " ^3.14.1"
8787pyyaml = " ^6.0.2"
8888responses = " ^0.25.7"
8989
9090[tool .poetry .group .integration .dependencies ]
91- pytest = " ^8.4.1 "
91+ pytest = " ^9.0.2 "
9292juju = " ^3.6.1.3"
9393tenacity = " ^9.1.2"
9494coverage = { extras = [" toml" ], version = " ^7.9.1" }
95- pytest-asyncio = " ^0.21.2 "
95+ pytest-asyncio = " ^1.3.0 "
9696pytest-operator = " ^0.43.1"
9797pytest-microceph = { git = " https://github.com/canonical/data-platform-workflows" , tag = " v32.1.0" , subdirectory = " python/pytest_plugins/microceph" }
9898allure-pytest = " ^2.15.0"
You can’t perform that action at this time.
0 commit comments