We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9732ca3 commit 2eee606Copy full SHA for 2eee606
setup.cfg
@@ -2,7 +2,7 @@
2
#
3
# This file is part of Invenio.
4
# Copyright (C) 2022 CERN.
5
-# Copyright (C) 2022-2024 Graz University of Technology.
+# Copyright (C) 2022-2026 Graz University of Technology.
6
# Copyright (C) 2024 KTH Royal Institute of Technology.
7
8
# Invenio is free software; you can redistribute it and/or modify it
@@ -35,10 +35,10 @@ install_requires =
35
36
[options.extras_require]
37
tests =
38
- pytest-black-ng>=0.4.0
39
- invenio-db>=2.0.0,<3.0.0
40
- invenio-records>=3.0.0,<4.0.0
41
- pytest-invenio>=3.0.0,<4.0.0
+ pytest-black>=0.6.0
+ invenio-db>=2.2.0,<3.0.0
+ invenio-records>=4.0.0,<5.0.0
+ pytest-invenio>=4.0.0,<5.0.0
42
sphinx>=4.5
43
44
[options.entry_points]
0 commit comments