Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting pysolr upgrade into main #254

Merged
merged 1 commit into from
Mar 2, 2021
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
4 changes: 2 additions & 2 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ckanext-envvars==0.0.1
-e git+https://github.com/ckan/ckanext-harvest.git@6222e38c85f04027f3fd9b2894a9c26ee7bd172f#egg=ckanext-harvest
-e git+https://github.com/ckan/ckanext-qa.git@d7d384cb18a85243ea62ef0bcc76bc1775f1c806#egg=ckanext-qa
-e git+https://github.com/davidread/ckanext-report.git@b67875b2a5b4c9b9ab2cf255f074226255ca9398#egg=ckanext-report
-e git+https://github.com/keitaroinc/ckanext-saml2auth.git@fc2f3447b14872215b766fdef9150bc1b34afcfd#egg=ckanext-saml2auth
-e git+https://github.com/keitaroinc/ckanext-saml2auth.git@d77d85349c7a6fcfa5a14c19a56b53eacf137a7c#egg=ckanext-saml2auth
-e git+https://github.com/ckan/ckanext-spatial.git@4ac25f19aa4eb9c798451f5eeb3084f907ccc003#egg=ckanext-spatial
ckantoolkit==0.0.3
click==6.7
Expand Down Expand Up @@ -82,7 +82,7 @@ pylons==0.9.7
pyopenssl==20.0.1
pyparsing==2.4.7
-e git+https://github.com/GSA/pysaml2.git@c26a4893ff4c8d97e5f7994809ccb96a9d12caa3#egg=pysaml2
pysolr==3.6.0
pysolr==3.8.0
python-dateutil==1.5
python-magic==0.4.15
python2-secrets==1.0.5
Expand Down
10 changes: 5 additions & 5 deletions requirements/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ passlib = "1.7.3"
polib = "1.0.7"
psycopg2 = "2.7.3.2"
python-magic = "0.4.15"
pysolr = "3.6.0"
pysolr = "3.8.0"
python-dateutil = "<2.0.0,>=1.5.0"
pytz = "2016.7"
requests = "2.22.0"
Expand Down