Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent ae01c79 commit e8b467e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 58 deletions.
119 changes: 63 additions & 56 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 @@ -21,7 +21,7 @@ cosl = "^0.0.12"
poetry-core = "^1.9.0"
lightkube = "^0.15.3"
lightkube-models = "^1.29.0.6"
pydantic = "^1.10.16"
pydantic = "^1.10.17"
psycopg2 = "^2.9.9"
psycopg = {extras = ["c"], version = "^3.1.19"}

Expand All @@ -42,7 +42,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.9"
ruff = "^0.4.10"

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

0 comments on commit e8b467e

Please sign in to comment.