File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3535optional = true
3636
3737[tool .poetry .group .format .dependencies ]
38- black = " ^24.4.2 "
38+ black = " ^24.8.0 "
3939isort = " ^5.13.2"
4040
4141[tool .poetry .group .lint ]
4242optional = true
4343
4444[tool .poetry .group .lint .dependencies ]
45- black = " ^24.4.2 "
45+ black = " ^24.8.0 "
4646isort = " ^5.13.2"
47- flake8 = " ^7.0.0 "
47+ flake8 = " ^7.1.1 "
4848flake8-docstrings = " ^1.7.0"
4949flake8-copyright = " ^0.2.4"
5050flake8-builtins = " ^2.5.0"
@@ -53,16 +53,16 @@ pep8-naming = "^0.14.1"
5353codespell = " ^2.3.0"
5454
5555[tool .poetry .group .unit .dependencies ]
56- pytest = " ^8.2 .2"
56+ pytest = " ^8.3 .2"
5757pytest-xdist = " ^3.6.1"
5858pytest-cov = " ^5.0.0"
59- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
59+ ops-scenario = " ^6.1.7 , <6.1.8 " # 6.0.4 requires ops >= 2.12
6060ops = " ^2.9.0"
6161pytest-mock = " ^3.14.0"
6262
6363[tool .poetry .group .integration .dependencies ]
64- pytest = " ^8.2 .2"
65- pytest-operator = " ^0.35 .0"
64+ pytest = " ^8.3 .2"
65+ pytest-operator = " ^0.36 .0"
6666pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
6767pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
6868pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
You can’t perform that action at this time.
0 commit comments