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 Feb 28, 2025
1 parent 000f9c8 commit ad7a147
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 52 deletions.
97 changes: 47 additions & 50 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 @@ -7,7 +7,7 @@ requires-poetry = ">=2.0.0"

[tool.poetry.dependencies]
python = ">=3.8,<3.9 || >=3.10,<4"
ops = "^2.18.1"
ops = "^2.19.0"
tenacity = "^9.0.0"
pydantic = "^1.10.21"
psycopg2 = "^2.9.10"
Expand Down Expand Up @@ -35,7 +35,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.9.7"
ruff = "^0.9.8"

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

0 comments on commit ad7a147

Please sign in to comment.