Skip to content

Commit 0476b51

Browse files
committed
installation: bump invenio-logging and rest
1 parent 6d6ed9c commit 0476b51

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
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:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)