Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent f9ea488 commit 9242de3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/diz-in-a-box/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.24.0
- name: stream-processors
repository: https://miracum.github.io/charts
version: 1.3.0
version: 1.4.0
- name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.14.0
- name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.1.1
digest: sha256:e1675ea953e5746d7d9c5e73d11cd6504fe9257d647c65f142f1e8aa929b5ee7
generated: "2024-01-15T13:54:37.012710585Z"
digest: sha256:aacf23b59adc1177c08710baba8af3b4f670688d4c8fe74fe365801011da5fb7
generated: "2024-01-29T18:35:09.277312085Z"
2 changes: 1 addition & 1 deletion charts/diz-in-a-box/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- condition: stream-processors.enabled
name: stream-processors
repository: https://miracum.github.io/charts
version: 1.3.0
version: 1.4.0
- condition: hapi-fhir-jpaserver.enabled
name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
Expand Down
2 changes: 1 addition & 1 deletion charts/diz-in-a-box/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ stream-processors:
image:
registry: ghcr.io
repository: miracum/obds-to-fhir
tag: v2.0.10@sha256:061ca9c88d47cbe74aefddd60b455c6f3c0984638b07525f73157b070b700193
tag: v2.0.13@sha256:2f1b30d83973c75962740683bd5eee0d1f537a8278fa9ac09741a17ec82a04e1
pullPolicy: IfNotPresent
env:
- name: OPENTRACING_JAEGER_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.obds-to-fhir.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
obds-to-fhir:
image: ghcr.io/miracum/obds-to-fhir:v2.0.10@sha256:061ca9c88d47cbe74aefddd60b455c6f3c0984638b07525f73157b070b700193
image: ghcr.io/miracum/obds-to-fhir:v2.0.13@sha256:2f1b30d83973c75962740683bd5eee0d1f537a8278fa9ac09741a17ec82a04e1
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion src/decompose_xmls/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pydantic==1.10.13
pydantic==1.10.14
confluent-kafka==2.3.0
4 changes: 2 additions & 2 deletions src/obds_fhir_to_opal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pathling==6.2.1
pydantic==1.10.13
pydantic==1.10.14
pyspark==3.3.2
pandas==2.1.4
pandas==2.2.0

0 comments on commit 9242de3

Please sign in to comment.