Skip to content

Commit 39f9ef0

Browse files
committed
chore(setup): bump dependencies
1 parent 638eea8 commit 39f9ef0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of Invenio.
44
# Copyright (C) 2017-2018 CERN.
55
# Copyright (C) 2022 TU Wien.
6-
# Copyright (C) 2024-2025 Graz University of Technology.
6+
# Copyright (C) 2024-2026 Graz University of Technology.
77
#
88
# Invenio is free software; you can redistribute it and/or modify it
99
# under the terms of the MIT License; see LICENSE file for more details.
@@ -30,7 +30,7 @@ zip_safe = False
3030
install_requires =
3131
counter-robots>=2018.6
3232
invenio-base>=2.0.0,<3.0.0
33-
invenio-cache>=2.0.0,<3.0.0
33+
invenio-cache>=3.0.0,<4.0.0
3434
invenio-celery>=2.0.0,<3.0.0
3535
invenio-queues>=1.0.0a2
3636
maxminddb-geolite2>=2018.703
@@ -40,14 +40,14 @@ install_requires =
4040

4141
[options.extras_require]
4242
tests =
43-
pytest-black-ng>=0.4.0
44-
invenio-accounts>=6.0.0,<7.0.0
45-
invenio-app>=2.0.0,<3.0.0
46-
invenio-db[postgresql]>=2.0.0,<3.0.0
47-
invenio-files-rest>=3.0.0,<4.0.0
48-
invenio-records>=3.0.0,<4.0.0
49-
invenio-records-ui>=2.0.0,<3.0.0
50-
pytest-invenio>=3.1.0,<4.0.0
43+
pytest-black>=0.6.0
44+
invenio-accounts>=7.0.0,<8.0.0
45+
invenio-app>=3.0.0,<4.0.0
46+
invenio-db[postgresql]>=2.2.0,<3.0.0
47+
invenio-files-rest>=4.0.0,<5.0.0
48+
invenio-records>=4.0.0,<5.0.0
49+
invenio-records-ui>=3.0.0,<4.0.0
50+
pytest-invenio>=4.0.0,<5.0.0
5151
Sphinx>=5
5252
elasticsearch7 =
5353
invenio-search[elasticsearch7]>=3.0.0,<4.0.0

0 commit comments

Comments
 (0)