Merge pull request #570 from CandiedCode/security-updates

build(sca): 🔒 update dependencies to address security issues
This commit is contained in:
Piero Toffanin 2024-01-08 11:14:22 -05:00 committed by GitHub
commit f955583308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
]