Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent bc13174 commit 10dce5b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jsonschema = "*"
optional = true

[tool.poetry.group.format.dependencies]
black = "^23.12.1"
black = "^24.2.0"
ruff = "^0.2.1"

[tool.poetry.group.lint]
Expand All @@ -56,7 +56,7 @@ optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.4.1"}
pytest = "^7.4.4"
pytest = "^8.0.2"
pytest-asyncio = "*"
parameterized = "^0.9.0"
jsonschema = "^4.21.1"
Expand All @@ -66,7 +66,7 @@ jinja2 = "^3.1.3"
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.4"
pytest = "^8.0.2"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.32.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit 10dce5b

Please sign in to comment.