Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 0faedf0

Browse files
authored
Merge pull request #41 from salesforce/dependabot/pip/requests-2.31.0
Bump requests from 2.27.1 to 2.31.0
2 parents 6f89b00 + 4f739b1 commit 0faedf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pandas==2.0.2
1111
peft==0.3.0
1212
pyparsing==3.0.7
1313
PyYAML==6.0
14-
requests==2.27.1
14+
requests==2.31.0
1515
rouge-score==0.1.2
1616
sacrebleu==2.3.1
1717
scikit-learn==1.2.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"peft==0.3.0",
1414
"pyparsing==3.0.7",
1515
"PyYAML==6.0",
16-
"requests==2.27.1",
16+
"requests==2.31.0",
1717
"rouge-score==0.1.2",
1818
"sacrebleu==2.3.1",
1919
"scikit-learn==1.2.2",

0 commit comments

Comments
 (0)