From 4c1f1e9ac30fa7b12a33a9973fc577f990ed7a9f Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Thu, 4 Apr 2019 14:54:02 +0900 Subject: [PATCH] Update lib-cove-web to 0.7.0 This means the about section of the footer is now correctly replaced. --- requirements.in | 2 +- requirements.txt | 2 +- requirements_dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 68be9ae..698706b 100644 --- a/requirements.in +++ b/requirements.in @@ -6,4 +6,4 @@ jsonschema<2.7 -e git+https://github.com/OpenDataServices/flatten-tool.git@v0.5.0#egg=flattentool -e git+https://github.com/OpenDataServices/lib-cove.git@v0.5.0#egg=libcove -e git+https://github.com/openownership/lib-cove-bods.git@v0.3.0#egg=libcovebods --e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.5.0#egg=libcoveweb +-e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.7.0#egg=libcoveweb diff --git a/requirements.txt b/requirements.txt index 9222b48..428542e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ jsonschema==2.6.0 -e git+https://github.com/OpenDataServices/flatten-tool.git@4c13ef0b32a59e810919a3de09bc8f64ce8f9392#egg=flattentool -e git+https://github.com/OpenDataServices/lib-cove.git@fe3746eee2e695e94d551ce5bb19f02d8305e6f8#egg=libcove -e git+https://github.com/openownership/lib-cove-bods.git@819dcf56ff99fdb45a97cddfed0b8a3fde972e6b#egg=libcovebods --e git+https://github.com/OpenDataServices/lib-cove-web.git@82dbc80309a03812cc2397345a1397ee0f6da4a4#egg=libcoveweb +-e git+https://github.com/OpenDataServices/lib-cove-web.git@6d4f9437c513fc38057ff9dd928eb0ea32a86f9a#egg=libcoveweb ## The following requirements were added by pip freeze: bleach==3.1.0 cached-property==1.5.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index f0f34e6..f1e0173 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ jsonschema==2.6.0 -e git+https://github.com/OpenDataServices/flatten-tool.git@4c13ef0b32a59e810919a3de09bc8f64ce8f9392#egg=flattentool -e git+https://github.com/OpenDataServices/lib-cove.git@fe3746eee2e695e94d551ce5bb19f02d8305e6f8#egg=libcove -e git+https://github.com/openownership/lib-cove-bods.git@819dcf56ff99fdb45a97cddfed0b8a3fde972e6b#egg=libcovebods --e git+https://github.com/OpenDataServices/lib-cove-web.git@82dbc80309a03812cc2397345a1397ee0f6da4a4#egg=libcoveweb +-e git+https://github.com/OpenDataServices/lib-cove-web.git@6d4f9437c513fc38057ff9dd928eb0ea32a86f9a#egg=libcoveweb pytest==4.3.1 pytest-django==3.4.8