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
20 changes: 10 additions & 10 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-app==2.3.0
invenio-app-ils==6.1.1
invenio-app-ils==7.0.0
invenio-assets==4.2.0
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 Down Expand Up @@ -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 Down Expand Up @@ -160,7 +160,7 @@ Pygments==2.19.2
PyJWT==2.10.1
PyMySQL==1.1.2
pynpm==0.3.0
pyparsing==3.2.5
pyparsing==3.3.1
pyPEG2==2.15.2
python-dateutil==2.9.0.post0
python-geoip==1.2
Expand All @@ -187,7 +187,7 @@ tinycss2==1.4.0
tomli==2.3.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 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