Skip to content

Commit

Permalink
fix(deps): update dependency uv to ^0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent e5c0be7 commit f042e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kraken-build/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tomlkit = "^0.13.0"
typeapi = "^2.0.0"
typing-extensions = ">=4.6.0"
loguru = "^0.7.2"
uv = "^0.4.2"
uv = "^0.5.0"

[tool.poetry.dev-dependencies]
localimport = "^1.7.6"
Expand Down
2 changes: 1 addition & 1 deletion kraken-wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ loguru = "^0.7.2"
packaging = "^23.1"
python = ">=3.10"
termcolor = "^2.3.0"
uv = "^0.4.2"
uv = "^0.5.0"

[tool.poetry.dev-dependencies]
pytest = ">=6.0.0"
Expand Down

0 comments on commit f042e4c

Please sign in to comment.