Skip to content
Merged
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
46 changes: 23 additions & 23 deletions requirements.pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ alembic==1.16.5
amqp==5.3.1
appdirs==1.4.4
arrow==1.4.0
asttokens==3.0.0
asttokens==3.0.1
async-timeout==5.0.1
attrs==25.4.0
babel==2.17.0
babel-edtf==1.2.1
base32-lib==1.0.2
billiard==4.2.2
billiard==4.2.4
bleach==6.2.0
blinker==1.9.0
cachelib==0.13.0
cds-dojson==0.13.0
celery==5.3.6
certifi==2025.10.5
certifi==2025.11.12
cffi==2.0.0
charset-normalizer==3.4.4
click==8.1.8
Expand All @@ -33,7 +33,7 @@ dojson==1.7.0
edtf==5.0.0
email-validator==2.3.0
Events==0.5
exceptiongroup==1.3.0
exceptiongroup==1.3.1
executing==2.2.1
Flask==3.1.2
Flask-Alembic==3.1.1
Expand All @@ -51,7 +51,7 @@ flask-menu==2.0.0
Flask-OAuthlib-Invenio==1.1.2
Flask-Principal==0.4.0
flask-resources==1.2.0
Flask-Security-Invenio==3.8.2
Flask-Security-Invenio==3.8.3
flask-shell-ipython==0.5.3
Flask-SQLAlchemy==3.1.1
flask-talisman==0.8.1
Expand All @@ -71,28 +71,28 @@ importlib_resources==6.5.2
infinity==1.5
intervals==0.9.2
invenio-access==4.2.1
invenio-accounts==6.2.1
invenio-administration==4.3.1
invenio-accounts==6.2.2
invenio-administration==4.3.2
invenio-app==2.3.0
invenio-app-ils==6.1.0
invenio-app-ils==6.1.1
invenio-assets==4.2.0
invenio-banners==5.2.0
invenio-base==2.3.2
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-config==1.1.0
invenio-db==2.1.1
invenio-db==2.1.2
invenio-files-rest==3.4.1
invenio-formatter==3.3.1
invenio-i18n==3.4.3
invenio-indexer==3.1.0
invenio-jsonschemas==2.1.0
invenio-logging==4.1.1
invenio-mail==2.3.0
invenio-oaiserver==3.7.3
invenio-oauth2server==3.3.1
invenio-oauthclient==5.3.1
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-pidrelations==1.0.0
Expand All @@ -101,13 +101,13 @@ 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.6.2
invenio-records-resources==8.7.1
invenio-records-rest==3.2.1
invenio-rest==2.0.5
invenio-search==3.1.1
invenio-search-ui==4.1.3
invenio-search==3.1.2
invenio-search-ui==4.1.5
invenio-stats==5.1.1
invenio-theme==4.4.3
invenio-theme==4.5.0
invenio-userprofiles==4.1.1
ipython==8.18.1
isbnlib==3.10.14
Expand All @@ -121,7 +121,7 @@ jsonref==1.1.0
jsonresolver==0.4.1
jsonschema==4.25.1
jsonschema-specifications==2025.9.1
kombu==5.6.0
kombu==5.6.1
limits==4.2
lorem==0.1.1
luqum==1.0.0
Expand Down Expand Up @@ -166,7 +166,7 @@ python-dateutil==2.9.0.post0
python-geoip==1.2
python-ldap==3.4.5
pytz==2024.1
pywebpack==2.2.0
pywebpack==2.2.1
PyYAML==6.0.3
redis==7.0.1
referencing==0.36.2
Expand All @@ -179,7 +179,7 @@ simplejson==3.20.2
simplekv==0.14.1
six==1.17.0
speaklater==1.3
SQLAlchemy==2.0.44
SQLAlchemy==2.0.45
SQLAlchemy-Continuum==1.5.2
SQLAlchemy-Utils==0.41.2
stack-data==0.6.3
Expand All @@ -200,8 +200,8 @@ watchdog==6.0.0
wcwidth==0.2.14
webargs==5.5.3
webencodings==0.5.1
Werkzeug==3.1.3
wrapt==2.0.0
Werkzeug==3.1.4
wrapt==2.0.1
WTForms==3.2.1
WTForms-Alchemy==0.19.1
WTForms-Components==0.11.0
Expand Down
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_UI_ILS_VERSION=2.0.1
REACT_APP_UI_ILS_VERSION=2.0.2
REACT_APP_INVENIO_VERSION=6.1.0
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
Expand Down
Loading
Loading