Skip to content

Commit 388f01a

Browse files
[python ci] Update Python CI dependencies (#362)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b11268 commit 388f01a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ optional = true
4343

4444
[tool.poetry.group.format.dependencies]
4545
black = "^23.12.1"
46-
ruff = "^0.2.1"
46+
ruff = "^0.3.1"
4747

4848
[tool.poetry.group.lint]
4949
optional = true
@@ -55,7 +55,7 @@ codespell = "^2.2.6"
5555
optional = true
5656

5757
[tool.poetry.group.unit.dependencies]
58-
coverage = {extras = ["toml"], version = "^7.4.1"}
58+
coverage = {extras = ["toml"], version = "^7.4.3"}
5959
pytest = "^7.4.4"
6060
pytest-asyncio = "*"
6161
parameterized = "^0.9.0"
@@ -68,7 +68,7 @@ optional = true
6868
[tool.poetry.group.integration.dependencies]
6969
pytest = "^7.4.4"
7070
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"}
71-
pytest-operator = "^0.32.0"
71+
pytest-operator = "^0.34.0"
7272
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
7373
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7474
juju = "^3.3.0.0"

0 commit comments

Comments
 (0)