diff --git a/charts/diz-in-a-box/Chart.lock b/charts/diz-in-a-box/Chart.lock index 34046504..c3cbdc0d 100644 --- a/charts/diz-in-a-box/Chart.lock +++ b/charts/diz-in-a-box/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 0.24.0 - name: stream-processors repository: https://miracum.github.io/charts - version: 1.1.10 + version: 1.2.3 - name: hapi-fhir-jpaserver repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter - version: 0.12.0 + version: 0.14.0 - name: fhir-gateway repository: https://miracum.github.io/charts - version: 6.0.12 -digest: sha256:c11f97a60925fb4cee743f5548a6619e0023b506c31ad23f5d137f7e49f37689 -generated: "2023-07-04T19:18:37.34275777Z" + version: 6.0.20 +digest: sha256:09e419a15a35b7c56d39bbe0a6af8a4023a7f306f5c7e31ce639a8ce1166cd4d +generated: "2023-11-07T15:39:36.7512978Z" diff --git a/charts/diz-in-a-box/Chart.yaml b/charts/diz-in-a-box/Chart.yaml index b203e584..6b7e0572 100644 --- a/charts/diz-in-a-box/Chart.yaml +++ b/charts/diz-in-a-box/Chart.yaml @@ -12,15 +12,15 @@ dependencies: - condition: stream-processors.enabled name: stream-processors repository: https://miracum.github.io/charts - version: 1.1.10 + version: 1.2.3 - condition: hapi-fhir-jpaserver.enabled name: hapi-fhir-jpaserver repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter - version: 0.12.0 + version: 0.14.0 - condition: fhir-gateway.enabled name: fhir-gateway repository: https://miracum.github.io/charts - version: 6.0.12 + version: 6.0.20 # x-release-please-start-version version: 1.6.2 appVersion: 1.6.2 diff --git a/charts/diz-in-a-box/values.yaml b/charts/diz-in-a-box/values.yaml index 2c05d788..54ce5de0 100644 --- a/charts/diz-in-a-box/values.yaml +++ b/charts/diz-in-a-box/values.yaml @@ -107,7 +107,7 @@ stream-processors: image: registry: ghcr.io repository: miracum/kafka-fhir-to-server - tag: v2.0.2@sha256:e4a198bf5f61fb9bf1e62c3f878c3f48adda2adacd26bd9aa5830c60f5a08d58 + tag: v2.0.5@sha256:fd3813104934e73533ac1b29f7578ff97aae593e24a866381ec5546919eb8696 pullPolicy: IfNotPresent env: - name: FHIR_URL diff --git a/charts/prerequisites/Chart.lock b/charts/prerequisites/Chart.lock index fd83feed..8250179c 100644 --- a/charts/prerequisites/Chart.lock +++ b/charts/prerequisites/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: strimzi-kafka-operator repository: oci://quay.io/strimzi-helm - version: 0.37.0 -digest: sha256:055a6a7424f2ec633ca3407669a6af45d3edd43a5a6571fc10917e6f0347d787 -generated: "2023-09-27T23:19:22.041501936+02:00" + version: 0.38.0 +digest: sha256:f96a89d0a93a9f4287fff83031e35664b5fead97acf7942d03dc24d9da89bcf7 +generated: "2023-11-07T15:39:38.636449379Z" diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 4d7174d7..4d64ebdf 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -7,7 +7,7 @@ kubeVersion: ">= 1.21.0" dependencies: - name: strimzi-kafka-operator repository: oci://quay.io/strimzi-helm - version: 0.37.0 + version: 0.38.0 # x-release-please-start-version version: 1.6.2 appVersion: 1.6.2 diff --git a/src/decompose_xmls/requirements-test.txt b/src/decompose_xmls/requirements-test.txt index 2761cb93..aa8a5503 100644 --- a/src/decompose_xmls/requirements-test.txt +++ b/src/decompose_xmls/requirements-test.txt @@ -1,3 +1,3 @@ -pytest==7.4.0 -syrupy==4.0.5 +pytest==7.4.3 +syrupy==4.6.0 pytest-cov==4.1.0 diff --git a/src/decompose_xmls/requirements.txt b/src/decompose_xmls/requirements.txt index 1df34d35..926e043c 100644 --- a/src/decompose_xmls/requirements.txt +++ b/src/decompose_xmls/requirements.txt @@ -1,2 +1,2 @@ -pydantic==1.10.11 -confluent-kafka==2.1.1 +pydantic==1.10.13 +confluent-kafka==2.3.0 diff --git a/src/obds_fhir_to_opal/requirements.txt b/src/obds_fhir_to_opal/requirements.txt index 58c1e0e9..2d0b56a1 100644 --- a/src/obds_fhir_to_opal/requirements.txt +++ b/src/obds_fhir_to_opal/requirements.txt @@ -1,4 +1,4 @@ -pathling==6.2.1 -pydantic==1.10.9 -pyspark==3.3.2 -pandas==2.1.0 +pathling==6.3.1 +pydantic==1.10.13 +pyspark==3.5.0 +pandas==2.1.2