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 @@ -13,7 +13,7 @@ python = "^3.8.1" # ^3.8.1 required by flake8
1313# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
1414ops = " ^2.9.0, <2.10"
1515tenacity = " ^8.5.0"
16- poetry-core = " ^1.9.0 "
16+ poetry-core = " ^1.9.1 "
1717jinja2 = " ^3.1.4"
1818requests = " ^2.32.3"
1919
@@ -35,26 +35,26 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3535optional = true
3636
3737[tool .poetry .group .format .dependencies ]
38- ruff = " ^0.4.5 "
38+ ruff = " ^0.6.9 "
3939
4040[tool .poetry .group .lint ]
4141optional = true
4242
4343[tool .poetry .group .lint .dependencies ]
44- ruff = " ^0.4.5 "
44+ ruff = " ^0.6.9 "
4545codespell = " ^2.3.0"
4646
4747[tool .poetry .group .unit .dependencies ]
48- pytest = " ^8.2.2 "
48+ pytest = " ^8.3.3 "
4949pytest-xdist = " ^3.6.1"
5050pytest-cov = " ^5.0.0"
51- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
51+ ops-scenario = " ^6.1.7 , <6.1.8 " # 6.0.4 requires ops >= 2.12
5252ops = " ^2.9.0"
5353pytest-mock = " ^3.14.0"
5454
5555[tool .poetry .group .integration .dependencies ]
56- pytest = " ^8.2.2 "
57- pytest-operator = " ^0.35 .0"
56+ pytest = " ^8.3.3 "
57+ pytest-operator = " ^0.38 .0"
5858pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v22.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
5959pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v22.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
6060pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v22.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
You can’t perform that action at this time.
0 commit comments