Skip to content

Commit 5a09c70

Browse files
[python ci] Update Python CI dependencies
1 parent ebe97d9 commit 5a09c70

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,32 @@ ops = ">=2.0.0"
2121
optional = true
2222

2323
[tool.poetry.group.format.dependencies]
24-
black = "^23.7.0"
24+
black = "^23.9.1"
2525
isort = "^5.12.0"
2626

2727
[tool.poetry.group.lint]
2828
optional = true
2929

3030
[tool.poetry.group.lint.dependencies]
31-
black = "^23.7.0"
31+
black = "^23.9.1"
3232
isort = "^5.12.0"
33-
flake8 = "^6.0.0"
33+
flake8 = "^6.1.0"
3434
flake8-docstrings = "^1.7.0"
3535
flake8-copyright = "^0.2.4"
3636
flake8-builtins = "^2.1.0"
37-
pyproject-flake8 = "^6.0.0.post1"
37+
pyproject-flake8 = "^6.0.0"
3838
pep8-naming = "^0.13.3"
3939
codespell = "^2.2.5"
4040

4141
[tool.poetry.group.unit.dependencies]
42-
pytest = "^7.4.0"
42+
pytest = "^7.4.2"
4343
pytest-xdist = "^3.3.1"
4444
pytest-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"
5050
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
5151
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
5252
juju = "^2.9.44.0"

0 commit comments

Comments
 (0)