Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#555)
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 Jul 8, 2024
1 parent 436f8eb commit c4bcff5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repository = "https://github.com/canonical/postgresql-k8s-operator"
python = "^3.10"
ops = "^2.14.1"
cryptography = "^42.0.8"
boto3 = "^1.34.139"
boto3 = "^1.34.140"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^8.4.2"
tenacity = "^8.5.0"
cosl = "^0.0.12"
pydantic = "^1.10.17"
poetry-core = "^1.9.0"
Expand Down Expand Up @@ -46,7 +46,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.5.0"
ruff = "^0.5.1"

[tool.poetry.group.lint]
optional = true
Expand Down Expand Up @@ -79,8 +79,8 @@ 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.0.0"
psycopg2-binary = "^2.9.9"
boto3 = "^1.34.139"
tenacity = "^8.4.2"
boto3 = "^1.34.140"
tenacity = "^8.5.0"
allure-pytest = "^2.13.5"

[build-system]
Expand Down

0 comments on commit c4bcff5

Please sign in to comment.