Skip to content

Commit

Permalink
dependencies: fix vulnerabilities
Browse files Browse the repository at this point in the history
* Adds exceptions: 51668.
* Updates pillow.

Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
jma authored and PascalRepond committed Dec 1, 2022
1 parent 99d5efc commit f5d7d5f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 41 deletions.
103 changes: 63 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ fi
# | click | 7.1.2 | <8.0.0 | 47833 |
# | celery | 5.1.2 | <5.2.0 | 42498 |
# | celery | 5.1.2 | <5.2.2 | 43738 |
# | sqlalchemy | 1.3.24 | <2.0.0b1 | 51668 |
# +==============================================================================+
safety check -i 42852 -i 51499 -i 42194 -i 51358 -i 51457 -i 50792 -i 50748 -i 45183 -i 44501 -i 47833 -i 42498 -i 43738
safety check -i 42852 -i 51499 -i 42194 -i 51358 -i 51457 -i 50792 -i 50748 -i 45183 -i 44501 -i 47833 -i 42498 -i 43738 -i 51668
pydocstyle sonar tests docs
isort --check-only --diff "${SCRIPT_PATH}/.."
autoflake -c -r --remove-all-unused-imports --ignore-init-module-imports . &> /dev/null || {
Expand Down

0 comments on commit f5d7d5f

Please sign in to comment.