Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uvicorn[standard]==0.51.0
pydantic==2.13.4
python-multipart==0.0.31
PyJWT==2.13.0
cryptography==49.0.0
cryptography==50.0.0
docker==7.0.0
psutil==5.9.8
PyYAML==6.0.1
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"pydantic>=2.13.4",
"python-multipart>=0.0.31",
"PyJWT>=2.13.0",
"cryptography>=49.0.0",
"cryptography>=50.0.0",
"docker>=7.0.0",
"psutil>=5.9.8",
"pyyaml>=6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cryptography==49.0.0 \
--hash=sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9 \
--hash=sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7
cryptography==50.0.0 \
--hash=sha256:82148ec5bddac30b51a5b3c1945075f896fa022cb93f8e4a01e9f6ee95292c5f \
--hash=sha256:07949c449a1abcf60d1ee6e88956d89404c7df3c8258f46589e912988e551987
cffi==2.1.0 \
--hash=sha256:aa7a1b53a2a4452ada2d1b5dade9960b2522f1e61293a811a077439e39029565 \
--hash=sha256:88023dfe18799507b73f1dbb0d14326a17465de1bc9c9c7655c22845e9ddc3a2
Expand Down
Loading