Skip to content

Commit

Permalink
setup: bump major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 5, 2024
1 parent 876423a commit f393a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
invenio-base>=1.2.2,<2.0.0
invenio-base>=2.0.0,<3.0.0
jsonref>=0.1
importlib_metadata>=4.0
importlib_resources>=4.0

[options.extras_require]
tests =
pytest-black>=0.3.0,<0.3.10
pytest-black-ng>=0.4.0
jsonresolver[jsonschema]>=0.2.1
mock>=1.3.0
pytest-invenio>=1.4.0,<3.0.0
pytest-invenio>=3.0.0,<4.0.0
sphinx>=4.5
# Kept for backwards compatibility
docs =
Expand Down

0 comments on commit f393a52

Please sign in to comment.