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 Apr 28, 2024
1 parent 3e12639 commit 33d2d13
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 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 @@ -40,7 +40,7 @@ cosl = "*"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.1"
ruff = "^0.4.2"

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

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.5.0"}
pytest = "^8.1.1"
pytest = "^8.2.0"
pytest-asyncio = "*"
jinja2 = "^3.1.3"
parameterized = "^0.9.0"
Expand All @@ -63,7 +63,7 @@ optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "*"
pytest = "^8.1.1"
pytest = "^8.2.0"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.34.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit 33d2d13

Please sign in to comment.