Skip to content

Commit

Permalink
Dep updates (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino authored Jul 24, 2024
1 parent 76e5da5 commit 393662d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 130 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

117 changes: 0 additions & 117 deletions nucliadb/requirements.lock.txt

This file was deleted.

2 changes: 1 addition & 1 deletion nucliadb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jwcrypto>=1.5.6
fastapi-versioning>=0.10.0
# At some point FastAPI will drop support for pydantic v1
fastapi>=0.95.2
sentry-sdk>=1.5.12
sentry-sdk>=2.8.0
pyjwt>=2.4.0
mmh3>=3.0.0
httpx>=0.23.0
Expand Down
2 changes: 1 addition & 1 deletion nucliadb_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ uuid = { version = "1.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
serial_test = "2.0.0"
tempfile = "3.2.0"
regex = "1.5.5"
openssl = { version = "0.10.57", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }

rstest = "0.18.2"
2 changes: 1 addition & 1 deletion nucliadb_node_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] }
log = "0.4"
bincode = "1.3.3"

openssl = { version = "0.10.57", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }
prost = "0.12"
prost-types = "0.12"
tracing = { version = "0.1.29" }
Expand Down
2 changes: 1 addition & 1 deletion nucliadb_sidecar/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sentry-sdk>=1.5.12
sentry-sdk>=2.8.0
grpcio>=1.44.0,<1.63.0
grpcio-health-checking>=1.44.0,<1.63.0
grpcio-channelz>=1.44.0,<1.63.0
Expand Down
10 changes: 5 additions & 5 deletions pdm.lock

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

0 comments on commit 393662d

Please sign in to comment.