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 = " ^8 .0.1"
5959
6060
6161[tool .poetry .group .lint ]
@@ -64,18 +64,18 @@ optional = true
6464
6565[tool .poetry .group .lint .dependencies ]
6666black = " ^25.1.0"
67- isort = " ^6 .0.1"
67+ isort = " ^8 .0.1"
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.7 .0"
7979
8080[tool .poetry .group .unit ]
8181optional = true
@@ -92,9 +92,9 @@ pytest = "^8.4.1"
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"
97- pytest-microceph = { git = " https://github.com/canonical/data-platform-workflows" , tag = " v32 .1.0 " , subdirectory = " python/pytest_plugins/microceph" }
97+ pytest-microceph = { git = " https://github.com/canonical/data-platform-workflows" , tag = " v48 .1.1 " , subdirectory = " python/pytest_plugins/microceph" }
9898allure-pytest = " ^2.15.0"
9999allure-pytest-default-results = " ^0.1.3"
100100pytest-playwright = " ^0.7.0"
You can’t perform that action at this time.
0 commit comments