Skip to content

Commit

Permalink
security fix (AOT-Technologies#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot authored Apr 2, 2024
1 parent fd3dba8 commit a79f4e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion forms-flow-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ requests==2.31.0
rpds-py==0.18.0
rsa==4.9
selenium-wire==5.1.0
selenium==4.18.1
selenium==4.19.0
sentry-sdk==1.43.0
six==1.16.0
sniffio==1.3.1
Expand Down
4 changes: 2 additions & 2 deletions forms-flow-data-analysis-api/model_training/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NumPy==1.24.1
Transformers==4.36.2
torch==1.13.1
torch==2.0.1
scikit-learn==1.2.0
datasets==2.8.0

pyarrow>=14.0.1 # not directly required, pinned to avoid a vulnerability
2 changes: 1 addition & 1 deletion forms-flow-documents/Dockerfile-ARM64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Author: Kurian Benoy
FROM python:3.10.13-slim-bullseye
FROM python:3.12.1-slim-bullseye

WORKDIR /forms-flow-documents/app

Expand Down
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ requests==2.31.0
rpds-py==0.18.0
rsa==4.9
selenium-wire==5.1.0
selenium==4.18.1
selenium==4.19.0
sentry-sdk==1.43.0
six==1.16.0
sniffio==1.3.1
Expand Down

0 comments on commit a79f4e9

Please sign in to comment.