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
magdyksaleh authored Sep 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9919ae1 commit 66c5b9c
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
@@ -12,6 +12,7 @@ edition = "2021"
authors = ["Predibase", "Olivier Dehaene"]
homepage = "https://github.com/predibase/lorax"


[profile.release]
debug = 1
incremental = true
3 changes: 2 additions & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

2 changes: 2 additions & 0 deletions router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
2 changes: 2 additions & 0 deletions router/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 66c5b9c

Please sign in to comment.