Skip to content

Commit e9a2f6c

Browse files
Lock file maintenance Python dependencies
1 parent 60ad054 commit e9a2f6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
1414
ops = "^2.9.0, <2.10"
1515
tenacity = "^8.5.0"
16-
poetry-core = "^1.9.0"
16+
poetry-core = "^1.9.1"
1717
jinja2 = "^3.1.4"
1818
requests = "^2.32.3"
1919

@@ -35,26 +35,26 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3535
optional = true
3636

3737
[tool.poetry.group.format.dependencies]
38-
ruff = "^0.4.5"
38+
ruff = "^0.7.3"
3939

4040
[tool.poetry.group.lint]
4141
optional = true
4242

4343
[tool.poetry.group.lint.dependencies]
44-
ruff = "^0.4.5"
44+
ruff = "^0.7.3"
4545
codespell = "^2.3.0"
4646

4747
[tool.poetry.group.unit.dependencies]
48-
pytest = "^8.2.2"
48+
pytest = "^8.3.3"
4949
pytest-xdist = "^3.6.1"
5050
pytest-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
5252
ops = "^2.9.0"
5353
pytest-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"
5858
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
5959
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6060
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/github_secrets"}

0 commit comments

Comments
 (0)