Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#726)
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 Oct 7, 2024
1 parent b5711ae commit 2fa0391
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 @@ -8,7 +8,7 @@ package-mode = false
python = "^3.10"
ops = "^2.17.0"
cryptography = "^43.0.1"
boto3 = "^1.35.33"
boto3 = "^1.35.34"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
Expand Down Expand Up @@ -39,7 +39,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.6.8"
ruff = "^0.6.9"

[tool.poetry.group.lint]
optional = true
Expand Down Expand Up @@ -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.33"
boto3 = "^1.35.34"
tenacity = "^9.0.0"
allure-pytest = "^2.13.5"

Expand Down

0 comments on commit 2fa0391

Please sign in to comment.