From a2dc8bc3e022421ff0c569a0f9bf34fdede74acd Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Fri, 30 Jun 2023 16:37:02 +0200 Subject: [PATCH 1/2] Fix vulnerabitlity detected by Dependabot --- examples/quickstart_huggingface/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart_huggingface/pyproject.toml b/examples/quickstart_huggingface/pyproject.toml index 13b01da34db..2aa390a860b 100644 --- a/examples/quickstart_huggingface/pyproject.toml +++ b/examples/quickstart_huggingface/pyproject.toml @@ -15,7 +15,7 @@ authors = [ python = "^3.8" flwr = "^1.0.0" torch = "^1.13.1" -transformers = "4.11.3" +transformers = "4.30.0" datasets = "1.12.1" evaluate = "0.4.0" scikit-learn = "1.0" From 6703b25ca29f9f56fc24a7e45290d7a16fde15e0 Mon Sep 17 00:00:00 2001 From: charlesbvll Date: Fri, 30 Jun 2023 16:50:58 +0200 Subject: [PATCH 2/2] Update requirements.txt --- examples/quickstart_huggingface/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quickstart_huggingface/requirements.txt b/examples/quickstart_huggingface/requirements.txt index 697518c415b..865cac252fd 100644 --- a/examples/quickstart_huggingface/requirements.txt +++ b/examples/quickstart_huggingface/requirements.txt @@ -1,6 +1,6 @@ -datasets~=2.12.0 +datasets~=2.13.1 evaluate~=0.4.0 flwr~=1.4.0 numpy~=1.21.1 torch~=2.0.1 -transformers~=4.29.2 +transformers~=4.30.2