From 63bbb92648e4efc99c23dcb6e6b0f60d90c3f5a9 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 6 May 2024 11:04:55 +0200 Subject: [PATCH] Update all dependencies Signed-off-by: Platform Engineering Bot --- Dockerfile | 4 ++-- docker-compose-dev.yml | 2 +- docker-compose-integration.yml | 2 +- pyproject.toml | 2 +- requirements.txt | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8def6b..06a35bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG package=arcaflow_plugin_elasticsearch # STAGE 1 -- Build module dependencies and run tests # The 'poetry' and 'coverage' modules are installed and verson-controlled in the # quay.io/arcalot/arcaflow-plugin-baseimage-python-buildbase image to limit drift -FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-buildbase:0.3.1@sha256:9767207e2de6597c4d6bd2345d137ac03661326734d4e6824840d270d3415e12 as build +FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-buildbase:0.4.0@sha256:26f5d506f0750e0cad636afbe7ddd8cade09937eb5abae784096e46a1d4ae030 as build ARG package COPY poetry.lock /app/ @@ -26,7 +26,7 @@ RUN python -m coverage run tests/unit/test_${package}.py \ # STAGE 2 -- Build final plugin image -FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-osbase:0.3.1@sha256:0e9384416ad5dd8810c410a87c283ca29a368fc85592378b85261fce5f9ecbeb +FROM quay.io/arcalot/arcaflow-plugin-baseimage-python-osbase:0.4.0@sha256:6674b5d2aa5de565b1d39a9c1694ad7ca15b57d06f33529bc3a6f4d6e76b100e ARG package COPY --from=build /app/requirements.txt /app/ diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 297921c..6ecc146 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -2,7 +2,7 @@ version: '3.7' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2@sha256:81b3bbd42d4d5e238e7ee31b7e99acab0bac1fca4eb2fa88415bad5482e52b88 + image: docker.elastic.co/elasticsearch/elasticsearch:8.13.3@sha256:55cf51620ffd4a27b661ad9d091dc06446f7aeaf4045744d4e7ef6480d390596 container_name: elasticsearch environment: - discovery.type=single-node diff --git a/docker-compose-integration.yml b/docker-compose-integration.yml index 27d947b..5051e9c 100644 --- a/docker-compose-integration.yml +++ b/docker-compose-integration.yml @@ -2,7 +2,7 @@ version: '3.7' services: elasticsearch-integration: - image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2@sha256:81b3bbd42d4d5e238e7ee31b7e99acab0bac1fca4eb2fa88415bad5482e52b88 + image: docker.elastic.co/elasticsearch/elasticsearch:8.13.3@sha256:55cf51620ffd4a27b661ad9d091dc06446f7aeaf4045744d4e7ef6480d390596 container_name: elasticsearch.integration environment: - discovery.type=single-node diff --git a/pyproject.toml b/pyproject.toml index 979d359..105b1c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -arcaflow-plugin-sdk = "0.13.0" +arcaflow-plugin-sdk = "0.14.0" elasticsearch = "^8.4.3" [tool.poetry.dev-dependencies] diff --git a/requirements.txt b/requirements.txt index c4c14f0..c646737 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -arcaflow-plugin-sdk==0.13.0; python_version >= "3.9" +arcaflow-plugin-sdk==0.14.0; python_version >= "3.9" attrs==23.2.0; python_full_version >= "3.7.1" and python_version >= "3.9" automat==22.10.0; python_full_version >= "3.7.1" and python_version >= "3.9" cbor2==5.6.3; python_version >= "3.9" certifi==2024.2.2; python_version >= "3.6" and python_version < "4" constantly==23.10.4; python_full_version >= "3.7.1" and python_version >= "3.9" -elastic-transport==8.12.0; python_version >= "3.6" and python_version < "4" -elasticsearch==8.12.1; python_version >= "3.6" and python_version < "4" +elastic-transport==8.13.0; python_version >= "3.6" and python_version < "4" +elasticsearch==8.13.1; python_version >= "3.6" and python_version < "4" hyperlink==21.0.0; python_full_version >= "3.7.1" and python_version >= "3.9" -idna==3.6; python_full_version >= "3.7.1" and python_version >= "3.9" +idna==3.7; python_full_version >= "3.7.1" and python_version >= "3.9" incremental==22.10.0; python_full_version >= "3.7.1" and python_version >= "3.9" pyyaml==6.0.1; python_version >= "3.9" six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.9" twisted-iocpsupport==1.0.4; python_full_version >= "3.7.1" and python_version >= "3.9" and platform_system == "Windows" twisted==24.3.0; python_full_version >= "3.7.1" and python_version >= "3.9" -typing-extensions==4.10.0; python_full_version >= "3.7.1" and python_version >= "3.9" +typing-extensions==4.11.0; python_full_version >= "3.7.1" and python_version >= "3.9" urllib3==2.2.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6" -zope.interface==6.2; python_full_version >= "3.7.1" and python_version >= "3.9" +zope.interface==6.3; python_full_version >= "3.7.1" and python_version >= "3.9"