Преглед изворни кода

upgrade version fix security bug (#1173)

### 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
tags/v0.8.0
rickywu пре 1 година
родитељ
комит
f04fb36c26
No account linked to committer's email address
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5
    5
      requirements.txt

+ 5
- 5
requirements.txt Прегледај датотеку

accelerate==0.27.2 accelerate==0.27.2
aiohttp==3.9.3
aiohttp==3.9.5
aiosignal==1.3.1 aiosignal==1.3.1
annotated-types==0.6.0 annotated-types==0.6.0
anyio==4.3.0 anyio==4.3.0
pdfminer.six==20221105 pdfminer.six==20221105
pdfplumber==0.10.4 pdfplumber==0.10.4
peewee==3.17.1 peewee==3.17.1
pillow==10.2.0
pillow==10.3.0
protobuf==4.25.3 protobuf==4.25.3
psutil==5.9.8 psutil==5.9.8
pyarrow==15.0.0 pyarrow==15.0.0
pydantic==2.6.2 pydantic==2.6.2
pydantic_core==2.16.3 pydantic_core==2.16.3
PyJWT==2.8.0 PyJWT==2.8.0
PyMySQL==1.1.0
PyMySQL==1.1.1
PyPDF2==3.0.1 PyPDF2==3.0.1
pypdfium2==4.27.0 pypdfium2==4.27.0
python-dateutil==2.8.2 python-dateutil==2.8.2
typing_extensions==4.10.0 typing_extensions==4.10.0
tzdata==2024.1 tzdata==2024.1
urllib3==2.2.1 urllib3==2.2.1
Werkzeug==3.0.1
Werkzeug==3.0.3
xgboost==2.0.3 xgboost==2.0.3
XlsxWriter==3.2.0 XlsxWriter==3.2.0
xpinyin==0.7.6 xpinyin==0.7.6
webdriver-manager==4.0.1 webdriver-manager==4.0.1
cn2an==0.5.22 cn2an==0.5.22
roman-numbers==1.0.2 roman-numbers==1.0.2
word2number==1.1
word2number==1.1

Loading…
Откажи
Сачувај