rickywu commited on
Commit
2ef3748
·
1 Parent(s): 8222cc8

upgrade version fix security bug (#1173)

Browse files

### What problem does this PR solve?

due to security problem, need updagre to fix, see bellow


### Type of change

- [x] Other (please describe):

Name| version | CVE | upgrade version
-- | -- | -- | --
PyMySQL | 1.1.0 | CVE-2024-36039 | 1.1.1
Werkzeug | 3.0.1 | CVE-2024-34069 | 3.0.3
aiohttp | 3.9.3 | CVE-2024-30251 | 3.9.4
pillow | 10.2.0 | CVE-2024-28219 | 10.3.0

Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  accelerate==0.27.2
2
- aiohttp==3.9.3
3
  aiosignal==1.3.1
4
  annotated-types==0.6.0
5
  anyio==4.3.0
@@ -78,7 +78,7 @@ pandas==2.2.1
78
  pdfminer.six==20221105
79
  pdfplumber==0.10.4
80
  peewee==3.17.1
81
- pillow==10.2.0
82
  protobuf==4.25.3
83
  psutil==5.9.8
84
  pyarrow==15.0.0
@@ -91,7 +91,7 @@ pycryptodomex==3.20.0
91
  pydantic==2.6.2
92
  pydantic_core==2.16.3
93
  PyJWT==2.8.0
94
- PyMySQL==1.1.0
95
  PyPDF2==3.0.1
96
  pypdfium2==4.27.0
97
  python-dateutil==2.8.2
@@ -125,7 +125,7 @@ triton==2.2.0
125
  typing_extensions==4.10.0
126
  tzdata==2024.1
127
  urllib3==2.2.1
128
- Werkzeug==3.0.1
129
  xgboost==2.0.3
130
  XlsxWriter==3.2.0
131
  xpinyin==0.7.6
@@ -143,4 +143,4 @@ selenium==4.21.0
143
  webdriver-manager==4.0.1
144
  cn2an==0.5.22
145
  roman-numbers==1.0.2
146
- word2number==1.1
 
1
  accelerate==0.27.2
2
+ aiohttp==3.9.5
3
  aiosignal==1.3.1
4
  annotated-types==0.6.0
5
  anyio==4.3.0
 
78
  pdfminer.six==20221105
79
  pdfplumber==0.10.4
80
  peewee==3.17.1
81
+ pillow==10.3.0
82
  protobuf==4.25.3
83
  psutil==5.9.8
84
  pyarrow==15.0.0
 
91
  pydantic==2.6.2
92
  pydantic_core==2.16.3
93
  PyJWT==2.8.0
94
+ PyMySQL==1.1.1
95
  PyPDF2==3.0.1
96
  pypdfium2==4.27.0
97
  python-dateutil==2.8.2
 
125
  typing_extensions==4.10.0
126
  tzdata==2024.1
127
  urllib3==2.2.1
128
+ Werkzeug==3.0.3
129
  xgboost==2.0.3
130
  XlsxWriter==3.2.0
131
  xpinyin==0.7.6
 
143
  webdriver-manager==4.0.1
144
  cn2an==0.5.22
145
  roman-numbers==1.0.2
146
+ word2number==1.1