Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions requirements.pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blinker==1.9.0
cachelib==0.13.0
cds-dojson==0.13.0
celery==5.3.6
certifi==2025.11.12
certifi==2026.1.4
cffi==2.0.0
charset-normalizer==3.4.4
click==8.1.8
Expand All @@ -41,7 +41,7 @@ flask-babel==4.0.0
Flask-Caching==2.3.1
Flask-CeleryExt==0.5.0
Flask-Collect-Invenio==1.4.0
flask-cors==6.0.1
flask-cors==6.0.2
Flask-DebugToolbar==0.16.0
Flask-KVSession-Invenio==0.6.4
Flask-Limiter==2.9.2
Expand All @@ -65,22 +65,22 @@ geojson==3.2.0
github3.py==4.0.1
greenlet==3.2.4
idna==3.11
idutils==1.5.0
importlib_metadata==8.7.0
idutils==1.5.1
importlib_metadata==8.7.1
importlib_resources==6.5.2
infinity==1.5
intervals==0.9.2
invenio-access==4.2.1
invenio-accounts==6.2.2
invenio-administration==4.3.2
invenio-administration==4.4.0
invenio-app==2.3.0
invenio-app-ils==6.1.1
invenio-assets==4.2.0
invenio-app-ils==7.1.0
invenio-assets==4.2.1
invenio-banners==5.2.1
invenio-base==2.4.0
invenio-cache==2.1.0
invenio-celery==2.2.0
invenio-circulation==3.0.0a1
invenio-circulation==4.0.0
invenio-config==1.1.0
invenio-db==2.1.2
invenio-files-rest==3.4.1
Expand All @@ -94,14 +94,14 @@ invenio-oaiserver==3.7.4
invenio-oauth2server==3.3.2
invenio-oauthclient==6.1.1
invenio-opendefinition==2.0.0a2
invenio-pages==7.2.1
invenio-pages==7.3.0
invenio-pidrelations==1.0.0
invenio-pidstore==2.2.2
invenio-query-parser==0.6.0
invenio-queues==1.0.2
invenio-records==3.1.1
invenio-records-permissions==1.2.1
invenio-records-resources==8.7.1
invenio-records-resources==8.8.0
invenio-records-rest==3.2.1
invenio-rest==2.0.5
invenio-search==3.1.2
Expand All @@ -121,14 +121,14 @@ jsonref==1.1.0
jsonresolver==0.4.1
jsonschema==4.25.1
jsonschema-specifications==2025.9.1
kombu==5.6.1
kombu==5.6.2
limits==4.2
lorem==0.1.1
luqum==1.0.0
lxml==6.0.2
Mako==1.3.10
MarkupSafe==3.0.3
marshmallow==3.26.1
marshmallow==3.26.2
marshmallow-oneofschema==3.2.0
marshmallow-utils==0.13.1
matplotlib-inline==0.2.1
Expand All @@ -152,15 +152,15 @@ prompt_toolkit==3.0.52
psycopg2-binary==2.9.11
ptyprocess==0.7.0
pure_eval==0.2.3
pyasn1==0.6.1
pyasn1==0.6.2
pyasn1_modules==0.4.2
pycountry==24.6.1
pycparser==2.23
Pygments==2.19.2
PyJWT==2.10.1
PyMySQL==1.1.2
pynpm==0.3.0
pyparsing==3.2.5
pyparsing==3.3.2
pyPEG2==2.15.2
python-dateutil==2.9.0.post0
python-geoip==1.2
Expand All @@ -179,15 +179,15 @@ simplejson==3.20.2
simplekv==0.14.1
six==1.17.0
speaklater==1.3
SQLAlchemy==2.0.45
SQLAlchemy==2.0.46
SQLAlchemy-Continuum==1.5.2
SQLAlchemy-Utils==0.41.2
stack-data==0.6.3
tinycss2==1.4.0
tomli==2.3.0
tomli==2.4.0
traitlets==5.14.3
typing_extensions==4.15.0
tzdata==2025.2
tzdata==2025.3
ua-parser==1.0.1
ua-parser-builtins==0.18.0.post1
uritemplate==4.2.0
Expand All @@ -197,10 +197,10 @@ validators==0.35.0
vine==5.1.0
Wand==0.6.13
watchdog==6.0.0
wcwidth==0.2.14
wcwidth==0.3.0
webargs==5.5.3
webencodings==0.5.1
Werkzeug==3.1.4
Werkzeug==3.1.5
wrapt==2.0.1
WTForms==3.2.1
WTForms-Alchemy==0.19.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip_safe = False
install_requires =
fuzzywuzzy>=0.18.0
python-ldap>=3.4.0,<3.5.0
invenio-app-ils[lorem,opensearch2]>=6.0.0,<7.0.0
invenio-app-ils[lorem,opensearch2]>=7.0.0,<8.0.0
sentry-sdk>=1.45,<2.0.0
# migrator deps
cds-dojson==0.13.0
Expand Down
Loading