Skip to content

Commit 66c5b9c

Browse files
authored
Fix dependencies to address high urgency dependabot alerts (#612)
1 parent 9919ae1 commit 66c5b9c

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

Cargo.lock

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ edition = "2021"
1212
authors = ["Predibase", "Olivier Dehaene"]
1313
homepage = "https://github.com/predibase/lorax"
1414

15+
1516
[profile.release]
1617
debug = 1
1718
incremental = true

clients/python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ python = "^3.8"
1818
pydantic = "> 2, < 3"
1919
aiohttp = "^3.9"
2020
huggingface-hub = ">= 0.12, < 1.0"
21+
certifi = "2024.7.4"
2122

2223
[tool.poetry.dev-dependencies]
23-
pytest = "^6.2.5"
24+
pytest = "^7.3.0"
2425
pytest-asyncio = "^0.17.2"
2526
pytest-cov = "^3.0.0"
2627

router/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ async-trait = "0.1.80"
5858
minijinja = { version = "2.0.2" }
5959
minijinja-contrib = { version = "2.0.2", features = ["pycompat"] }
6060
image = "0.25.1"
61+
rustls = "0.22.4"
62+
webpki = "0.22.2"
6163
base64 = "0.22.0"
6264

6365
[build-dependencies]

router/client/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ tower = "^0.4"
1717
tracing = "^0.1"
1818
regex = "1.5.4"
1919
base64 = "0.22.0"
20+
rustls = "0.22.4"
21+
webpki = "0.22.2"
2022

2123
[build-dependencies]
2224
tonic-build = "0.9.2"

0 commit comments

Comments
 (0)