Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 0acb9de commit 8c224be
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 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 @@ -43,7 +43,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.5.3"
ruff = "^0.5.4"

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

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.0"}
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-asyncio = "*"
parameterized = "^0.9.0"

Expand All @@ -65,7 +65,7 @@ optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "*"
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit 8c224be

Please sign in to comment.