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 e5aa0b5 commit a1a09f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ python_requires = >=3.7
zip_safe = False
install_requires =
Babel>=2.8
invenio-assets>=2.0.0,<4.0.0
invenio-base>=1.2.11,<2.0.0
invenio-i18n>=2.0.0,<3.0.0
invenio-assets>=4.0.0,<5.0.0
invenio-base>=2.0.0,<3.0.0
invenio-i18n>=3.0.0,<4.0.0

[options.extras_require]
tests =
pytest-black>=0.3.0
invenio-db>=1.0.8,<2.0.0
invenio-records>=1.0.0,<3.0.0
pytest-invenio>=1.4.11,<3.0.0
pytest-black-ng>=0.4.0
invenio-db>=2.0.0,<3.0.0
invenio-records>=3.0.0,<4.0.0
pytest-invenio>=3.0.0,<4.0.0
sphinx>=4.5

[options.entry_points]
Expand Down

0 comments on commit a1a09f2

Please sign in to comment.