File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,32 +21,32 @@ ops = ">=2.0.0"
2121optional = true
2222
2323[tool .poetry .group .format .dependencies ]
24- black = " ^23.7.0 "
24+ black = " ^23.9.1 "
2525isort = " ^5.12.0"
2626
2727[tool .poetry .group .lint ]
2828optional = true
2929
3030[tool .poetry .group .lint .dependencies ]
31- black = " ^23.7.0 "
31+ black = " ^23.9.1 "
3232isort = " ^5.12.0"
33- flake8 = " ^6.0 .0"
33+ flake8 = " ^6.1 .0"
3434flake8-docstrings = " ^1.7.0"
3535flake8-copyright = " ^0.2.4"
3636flake8-builtins = " ^2.1.0"
37- pyproject-flake8 = " ^6.0.0.post1 "
37+ pyproject-flake8 = " ^6.0.0"
3838pep8-naming = " ^0.13.3"
3939codespell = " ^2.2.5"
4040
4141[tool .poetry .group .unit .dependencies ]
42- pytest = " ^7.4.0 "
42+ pytest = " ^7.4.2 "
4343pytest-xdist = " ^3.3.1"
4444pytest-cov = " ^4.1.0"
45- ops-scenario = " ^5.1 .2"
45+ ops-scenario = " ^5.2 .2"
4646
4747[tool .poetry .group .integration .dependencies ]
48- pytest = " ^7.4.0 "
49- pytest-operator = " ^0.28 .0"
48+ pytest = " ^7.4.2 "
49+ pytest-operator = " ^0.29 .0"
5050pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v5.0.1" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
5151pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v5.0.1" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
5252juju = " ^2.9.44.0"
You can’t perform that action at this time.
0 commit comments