File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4545 - name : Checkout
4646 uses : actions/checkout@v4
4747
48- - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v5
50- with :
51- python-version : ${{ matrix.python-version }}
52-
5348 - name : Set up Python ${{ matrix.python-version }}
5449 uses : actions/setup-python@v5
5550 with :
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ install_requires =
3939 invenio-admin>=1.4.0,<1.5.0
4040 invenio-assets>=3.0.0,<4.0.0
4141 invenio-formatter>=2.0.0,<3.0.0
42- invenio-logging>=2.0.0 ,<3.0.0
42+ invenio-logging[sentry] >=2.1.5 ,<3.0.0
4343 invenio-mail>=2.0.0,<3.0.0
44- invenio-rest>=1.3 .0,<1.4 .0
44+ invenio-rest>=1.5 .0,<1.6 .0
4545 invenio-theme>=2.0.0,<3.0.0
4646 # Invenio auth bundle
4747 invenio-access>=2.0.0,<3.0.0
You can’t perform that action at this time.
0 commit comments