mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-16 12:30:11 +01:00
build(sca): 🔒 update dependencies to address security issues
This commit is contained in:
parent
25b9d92a32
commit
51341d92ad
@ -34,7 +34,7 @@ dynamic = ["version"]
|
||||
|
||||
dependencies = [
|
||||
"argostranslate ==1.9.1",
|
||||
"Flask ==2.2.2",
|
||||
"Flask ==2.2.5",
|
||||
"flask-swagger ==0.2.14",
|
||||
"flask-swagger-ui ==4.11.1",
|
||||
"Flask-Limiter ==2.6.3",
|
||||
@ -50,9 +50,9 @@ dependencies = [
|
||||
"translatehtml ==1.5.2",
|
||||
"argos-translate-files ==1.1.4",
|
||||
"itsdangerous ==2.1.2",
|
||||
"Werkzeug ==2.2.2",
|
||||
"requests ==2.28.1",
|
||||
"redis ==4.3.4",
|
||||
"Werkzeug ==2.3.8",
|
||||
"requests ==2.31.0",
|
||||
"redis ==4.4.4",
|
||||
"prometheus-client ==0.15.0",
|
||||
"polib ==1.1.1",
|
||||
"packaging ==23.1",
|
||||
@ -70,6 +70,7 @@ test = [
|
||||
"pytest-cov",
|
||||
"pre-commit >=3.0.0",
|
||||
"types-requests",
|
||||
"pip-audit"
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user