Skip to content

Commit

Permalink
dependencies: update the dependencies lock file
Browse files Browse the repository at this point in the history
* Adds click | 7.1.2 | <8.0.0 | 47833 | to safety check.

Co-Authored-by:  Peter Weber <[email protected]>
  • Loading branch information
rerowep and rerowep committed Apr 1, 2022
1 parent 91b0421 commit f1435b7
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 79 deletions.
148 changes: 71 additions & 77 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ function pretests () {
# | package | installed | affected | ID |
# +============================+===========+==========================+==========+
# | wtforms | 2.3.3 | <3.0.0a1 | 42852 |
# | werkzeug | 1.0.1 | <2.0.2 | 42050 |
# | sqlalchemy-utils | 0.35.0 | >=0.27.0 | 42194 |
# | flask-security | 3.0.0 | <3.1.0 | 45183 |
# | flask-security | 3.0.0 | >0 | 44501 |
# | flask-caching | 1.10.1 | <=1.10.1 | 40459 |
# | click | 7.1.2 | <8.0.0 | 47833 |
# | celery | 5.1.2 | <5.2.0 | 42498 |
# | celery | 5.1.2 | <5.2.2 | 43738 |
# | click | 7.1.2 | <8.0.0 | 47833 |
# +==============================================================================+
safety check -i 42852 -i 42050 -i 42194 -i 45183 -i 44501 -i 40459 -i 42498 -i 43738 -i 47833
safety check -i 42852 -i 42194 -i 45183 -i 44501 -i 40459 -i 47833 -i 42498 -i 43738
info_msg "Check json:"
invenio reroils utils check_json tests/data rero_ils/modules data
info_msg "Check license:"
Expand Down

0 comments on commit f1435b7

Please sign in to comment.