From 7bdf1f6acca41392db099c1a5357cfe0b7afefa1 Mon Sep 17 00:00:00 2001 From: erickpeirson Date: Thu, 20 Dec 2018 10:26:04 -0500 Subject: [PATCH] updated dependencies --- Dockerfile | 2 +- Dockerfile-agent | 2 +- Dockerfile-api | 2 +- Dockerfile-index | 2 +- Pipfile | 4 ++-- Pipfile.lock | 10 +++++----- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28de131b..ab3adbec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Defines the runtime for the arXiv search service, which provides the main # UIs (and, eventually, APIs) for search. -FROM arxiv/base:0.12.1rc2 +FROM arxiv/base:0.12.1 WORKDIR /opt/arxiv diff --git a/Dockerfile-agent b/Dockerfile-agent index 60051f78..ebea1c2b 100644 --- a/Dockerfile-agent +++ b/Dockerfile-agent @@ -4,7 +4,7 @@ # article metadata becomes available. Subscribes to a Kinesis stream for # notifications about new metadata. -FROM arxiv/search:d2a1499bc7ce3ff9866b3e3c5583f700b8d130ff +FROM arxiv/search:0.5.1 WORKDIR /opt/arxiv diff --git a/Dockerfile-api b/Dockerfile-api index 918b9f1f..edd4c7ea 100644 --- a/Dockerfile-api +++ b/Dockerfile-api @@ -3,7 +3,7 @@ # Defines the runtime for the arXiv search API, which provides a metadata # query API backed by Elasticsearch. -FROM arxiv/base:0.12.1rc2 +FROM arxiv/base:0.12.1 WORKDIR /opt/arxiv diff --git a/Dockerfile-index b/Dockerfile-index index fbd048ba..daa5ba91 100644 --- a/Dockerfile-index +++ b/Dockerfile-index @@ -16,7 +16,7 @@ # # See also ELASTICSEARCH_* and METADATA_ENDPOINT parameters, below. -FROM arxiv/base:0.12.1rc2 +FROM arxiv/base:0.12.1 # Add Python consumer and configuration. ADD requirements/prod.txt /opt/arxiv/requirements.txt diff --git a/Pipfile b/Pipfile index 571da1cc..1007f418 100644 --- a/Pipfile +++ b/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -arxiv-base = "==0.12.1rc2" -arxiv-auth = "==0.1.0rc14" +arxiv-auth = "==0.2.1" +arxiv-base = "==0.12.1" boto = "==2.48.0" "boto3" = "==1.6.6" botocore = "==1.9.6" diff --git a/Pipfile.lock b/Pipfile.lock index 70b87fff..1341c718 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "59b8e0253b404fbf5bc25a8b9602e3ab61a9aabd1baa2a20768d000b7dda49bd" + "sha256": "4c3241a3b556d7e9216ac347d549203b49888c9e23f529b8281f7380760b3b78" }, "pipfile-spec": 6, "requires": {}, @@ -16,17 +16,17 @@ "default": { "arxiv-auth": { "hashes": [ - "sha256:6a10165a775bdfca281a8ffac5aefe737e02b92f62c6ee95c5d793bae30dd457" + "sha256:19b5d5b4c226ef34986031f9f46836b5e7b44715db47b240b9af7c19a132cbb9" ], "index": "pypi", - "version": "==0.1.0rc14" + "version": "==0.2.1" }, "arxiv-base": { "hashes": [ - "sha256:9896b4f54d4a5e20c5f7ab7e8c65aa022781f8eba149b9730896fe22a44e0535" + "sha256:f8fa599e50550e0c6ee9de53030c22c0b8921fca7ac1268753a6b2b0fef177e9" ], "index": "pypi", - "version": "==0.12.1rc2" + "version": "==0.12.1" }, "bleach": { "hashes": [