Skip to content

Commit 66a39db

Browse files
Lock file maintenance Python dependencies
1 parent 04c7b3a commit 66a39db

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
@@ -35,16 +35,16 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3535
optional = true
3636

3737
[tool.poetry.group.format.dependencies]
38-
black = "^24.4.2"
38+
black = "^24.8.0"
3939
isort = "^5.13.2"
4040

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

4444
[tool.poetry.group.lint.dependencies]
45-
black = "^24.4.2"
45+
black = "^24.8.0"
4646
isort = "^5.13.2"
47-
flake8 = "^7.0.0"
47+
flake8 = "^7.1.1"
4848
flake8-docstrings = "^1.7.0"
4949
flake8-copyright = "^0.2.4"
5050
flake8-builtins = "^2.5.0"
@@ -53,16 +53,16 @@ pep8-naming = "^0.14.1"
5353
codespell = "^2.3.0"
5454

5555
[tool.poetry.group.unit.dependencies]
56-
pytest = "^8.2.2"
56+
pytest = "^8.3.2"
5757
pytest-xdist = "^3.6.1"
5858
pytest-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
6060
ops = "^2.9.0"
6161
pytest-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"
6666
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6767
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6868
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}

0 commit comments

Comments
 (0)