Skip to content

Commit

Permalink
setup: bump invenio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 2, 2024
1 parent 4f10b66 commit b519054
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,16 +27,16 @@ packages = find:
python_requires = >=3.8
zip_safe = False
install_requires =
invenio-celery>=1.2.4,<2.0.0
invenio-db>=1.0.12,<2.0.0
invenio-celery>=2.0.0,<3.0.0
invenio-db>=2.0.0,<3.0.0

[options.extras_require]
tests =
pytest-black-ng>=0.4.0
flask-login>=0.6.1
httpretty>=0.8.14
mock>=1.3.0
pytest-invenio>=1.4.2,<3.0.0
pytest-invenio>=3.0.0,<4.0.0
iniconfig>=1.1.1
sphinx>=4.5
# Sentry-SDK v2.x has breaking changes (see https://github.com/inveniosoftware/invenio-logging/issues/73)
Expand Down

0 comments on commit b519054

Please sign in to comment.