Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#374)
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 30, 2024
1 parent 39c0ef1 commit 3d01053
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

4 changes: 2 additions & 2 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.17.0"
pgconnstr = "^1.0.1"
tenacity = "^9.0.0"
cosl = "^0.0.34"
cosl = "^0.0.36"
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.2"}
psycopg = {extras = ["c"], version = "^3.2.3"}
jinja2 = "^3.1.4"

[tool.poetry.group.charm-libs.dependencies]
Expand Down

0 comments on commit 3d01053

Please sign in to comment.