Skip to content

Commit 40be652

Browse files
author
Roja Reddy Sareddy
committed
Update mlflow to address dependabot security alerts
1 parent 09353de commit 40be652

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nbformat>=5.9,<6
4343
accelerate>=0.24.1,<=0.27.0
4444
schema==0.7.5
4545
tensorflow>=2.16.2,<=2.18.0
46-
mlflow>=2.12.2,<2.13
46+
mlflow>=2.19.0
4747
huggingface_hub==0.26.2
4848
uvicorn>=0.30.1
4949
fastapi==0.115.4

tests/data/serve_resources/mlflow/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mlflow==2.13.2
1+
mlflow>=2.19.0
22
astunparse==1.6.3
33
cffi==1.16.0
44
cloudpickle==2.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mlflow==2.13.2
1+
mlflow>=2.19.0
22
cloudpickle==2.2.1
33
numpy==1.26.4
44
tensorflow==2.16.1

tests/data/serve_resources/mlflow/xgboost/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mlflow==2.13.2
1+
mlflow>=2.19.0
22
lz4==4.3.2
33
numpy==1.26.4
44
pandas==2.0.3

0 commit comments

Comments
 (0)