Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#656)
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 Aug 26, 2024
1 parent ad78f5c commit beed680
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
33 changes: 18 additions & 15 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package-mode = false
python = "^3.10"
ops = "^2.15.0"
cryptography = "^43.0.0"
boto3 = "^1.35.4"
boto3 = "^1.35.5"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
Expand All @@ -17,7 +17,7 @@ pydantic = "^1.10.18"
poetry-core = "^1.9.0"
jsonschema = "^4.23.0"
jinja2 = "^3.1.4"
lightkube = "^0.15.3"
lightkube = "^0.15.4"
lightkube-models = "^1.28.1.4"
psycopg2 = "^2.9.9"

Expand Down Expand Up @@ -62,7 +62,7 @@ parameterized = "^0.9.0"
optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "^0.15.3"
lightkube = "^0.15.4"
pytest = "^8.3.2"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.36.0"
Expand All @@ -72,7 +72,7 @@ allure-pytest-collection-report = {git = "https://github.com/canonical/data-plat
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.5.2.0"
psycopg2-binary = "^2.9.9"
boto3 = "^1.35.4"
boto3 = "^1.35.5"
tenacity = "^9.0.0"
allure-pytest = "^2.13.5"

Expand Down

0 comments on commit beed680

Please sign in to comment.