Skip to content

Commit

Permalink
dependencies: update the dependencies
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
  • Loading branch information
Garfield-fr committed Dec 1, 2021
1 parent 3f161bf commit 9c64f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -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 . && \
Expand Down

0 comments on commit 9c64f9f

Please sign in to comment.