From 9c64f9f460a35e90019b662ec7cd4e4022137390 Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Wed, 1 Dec 2021 16:37:18 +0100 Subject: [PATCH] dependencies: update the dependencies Co-Authored-by: Bertrand Zuchuat --- scripts/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test b/scripts/test index a158aabef..beff6c740 100755 --- a/scripts/test +++ b/scripts/test @@ -28,7 +28,7 @@ if [[ -z "${VIRTUAL_ENV}" ]]; then fi # Ignore 40459 until the next release of flask-caching will be available. -safety check -i 42194 -i 40459 -i 42050&& \ +safety check -i 42194 -i 40459 -i 42050 -i 42852 -i 42497 -i 42498 && \ pydocstyle sonar tests docs && \ isort --check-only --diff "${SCRIPT_PATH}/.." && \ autoflake -rc --remove-all-unused-imports --ignore-init-module-imports . && \