Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#687)
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 9, 2024
1 parent 8c186b8 commit a3f363a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
66 changes: 33 additions & 33 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 @@ -6,13 +6,13 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
ops = "^2.16.0"
ops = "^2.16.1"
cryptography = "^43.0.1"
boto3 = "^1.35.12"
boto3 = "^1.35.14"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
cosl = "^0.0.28"
cosl = "^0.0.31"
pydantic = "^1.10.18"
poetry-core = "^1.9.0"
jsonschema = "^4.23.0"
Expand All @@ -39,7 +39,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.6.3"
ruff = "^0.6.4"

[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.12"
boto3 = "^1.35.14"
tenacity = "^9.0.0"
allure-pytest = "^2.13.5"

Expand Down

0 comments on commit a3f363a

Please sign in to comment.