diff --git a/pyproject.toml b/pyproject.toml index fdaf49b..d6717d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]