Skip to content

Commit

Permalink
Fix dependencies to address high urgency dependabot alerts (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh authored Sep 18, 2024
1 parent 9919ae1 commit 66c5b9c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
18 changes: 11 additions & 7 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ edition = "2021"
authors = ["Predibase", "Olivier Dehaene"]
homepage = "https://github.com/predibase/lorax"


[profile.release]
debug = 1
incremental = true
Expand Down
3 changes: 2 additions & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ python = "^3.8"
pydantic = "> 2, < 3"
aiohttp = "^3.9"
huggingface-hub = ">= 0.12, < 1.0"
certifi = "2024.7.4"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest = "^7.3.0"
pytest-asyncio = "^0.17.2"
pytest-cov = "^3.0.0"

Expand Down
2 changes: 2 additions & 0 deletions router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ async-trait = "0.1.80"
minijinja = { version = "2.0.2" }
minijinja-contrib = { version = "2.0.2", features = ["pycompat"] }
image = "0.25.1"
rustls = "0.22.4"
webpki = "0.22.2"
base64 = "0.22.0"

[build-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions router/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ tower = "^0.4"
tracing = "^0.1"
regex = "1.5.4"
base64 = "0.22.0"
rustls = "0.22.4"
webpki = "0.22.2"

[build-dependencies]
tonic-build = "0.9.2"
Expand Down

0 comments on commit 66c5b9c

Please sign in to comment.