Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#344)
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 Aug 23, 2024
1 parent f96e625 commit 6e193e5
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
128 changes: 64 additions & 64 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 @@ -10,7 +10,7 @@ ops = "^2.15.0"
pgconnstr = "^1.0.1"
tenacity = "^9.0.0"
cosl = "^0.0.23"
pydantic = "^1.10.17"
pydantic = "^1.10.18"
poetry-core = "^1.9.0"
cryptography = "^43.0.0"
jsonschema = "^4.23.0"
Expand Down Expand Up @@ -39,7 +39,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.6.1"
ruff = "^0.6.2"

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

0 comments on commit 6e193e5

Please sign in to comment.