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 4, 2024
1 parent ad9a2ea commit 8edeea1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
invenio-accounts>=5.0.0,<6.0.0
invenio-i18n>=2.0.0,<3.0.0
invenio-accounts>=6.0.0,<7.0.0
invenio-i18n>=3.0.0,<4.0.0

[options.extras_require]
tests =
pytest-black-ng>=0.4.0
pytest-invenio>=1.4.7,<3.0.0
invenio-db[mysql,postgresql,versioning]>=1.0.14,<2.0.0
invenio-app>=1.4.0,<2.0.0
pytest-invenio>=3.0.0,<4.0.0
invenio-db[mysql,postgresql,versioning]>=2.0.0,<3.0.0
invenio-app>=2.0.0,<3.0.0
sphinx>=4.5
admin =
# empty for backward compatibility
Expand Down

0 comments on commit 8edeea1

Please sign in to comment.