Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 829e3e2 commit 212a45e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 @@ -9,7 +9,7 @@ python = "^3.8.10"
ops = "^2.16.1"
pgconnstr = "^1.0.1"
tenacity = "^9.0.0"
cosl = "^0.0.31"
cosl = "^0.0.32"
pydantic = "^1.10.18"
poetry-core = "^1.9.0"
cryptography = "^43.0.1"
Expand Down Expand Up @@ -52,15 +52,15 @@ optional = true

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

[tool.poetry.group.integration]
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.36.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit 212a45e

Please sign in to comment.