Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#366)
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] committed Sep 16, 2024
1 parent f15fd24 commit 1f30c02
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 46 deletions.
89 changes: 46 additions & 43 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,13 +9,13 @@ python = "^3.8.10"
ops = "^2.16.1"
pgconnstr = "^1.0.1"
tenacity = "^9.0.0"
cosl = "^0.0.32"
cosl = "^0.0.33"
pydantic = "^1.10.18"
poetry-core = "^1.9.0"
cryptography = "^43.0.1"
jsonschema = "^4.23.0"
psycopg2 = "^2.9.9"
psycopg = {extras = ["c"], version = "^3.2.1"}
psycopg = {extras = ["c"], version = "^3.2.2"}
jinja2 = "^3.1.4"

[tool.poetry.group.charm-libs.dependencies]
Expand All @@ -39,7 +39,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

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

[tool.poetry.group.lint]
optional = true
Expand Down

0 comments on commit 1f30c02

Please sign in to comment.