Skip to content

Commit 2987a4d

Browse files
ff137dependabot[bot]rblaine95
authored
⬆️ Upgrade dependencies (#1765)
* ⬆️ Bump fastapi * ⬆️ Bump boto3 * ⬆️ Bump sse-starlette * ⬆️ Bump mypy * ⬆️ Update lock file * ⬆️ Update poetry dependencies * ⬆️ Update lock file * ⬆️ Bump jdx/mise-action from 2.3.1 to 2.4.4 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.3.1 to 2.4.4. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@5cb1df6...c37c932) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ⬆️ Update helm infra (#1768) Upgrade multiple dependencies to their latest versions: * Helmfile: v1.1.2 → v1.1.3 * Mise: 2025.7.3 → 2025.8.4 * PostgreSQL HA chart: 16.0.22 → 16.1.0 * MinIO chart: 17.0.15 → 17.0.16 * NATS chart: 9.0.23 → 9.0.24 Updates apply across CI/CD workflows, Helm configurations, and Tilt development environment to maintain consistency and benefit from latest bug fixes and improvements. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robbie Blaine <4052340+rblaine95@users.noreply.github.com>
1 parent 91b53c4 commit 2987a4d

File tree

12 files changed

+374
-344
lines changed

12 files changed

+374
-344
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ permissions: {}
5252

5353
env:
5454
HELM_VERSION: v3.18.4
55-
HELMFILE_VERSION: v1.1.2
56-
MISE_VERSION: 2025.7.3
55+
HELMFILE_VERSION: v1.1.3
56+
MISE_VERSION: 2025.8.4
5757

5858
RESET_DEPLOYMENTS: ${{ github.event.inputs.reset-deployments || 'false' }}
5959
RUN_E2E_TESTS: ${{ github.event.inputs.run-e2e-tests || 'true' }}

.github/workflows/deploy-test-eks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ concurrency:
116116

117117
env:
118118
HELM_VERSION_DEFAULT: v3.18.4
119-
HELMFILE_VERSION_DEFAULT: v1.1.2
119+
HELMFILE_VERSION_DEFAULT: v1.1.3
120120

121121
jobs:
122122
deploy:

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
EOF
3030
3131
- name: Set up Mise
32-
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
32+
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
3333
with:
3434
version: ${{ inputs.mise-version }}
3535
cache: true

.github/workflows/local-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
3838

3939
- name: Set up Mise
40-
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
40+
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
4141
with:
4242
version: ${{ inputs.mise-version }}
4343
cache: true

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
8282

8383
- name: Set up Mise
84-
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
84+
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
8585
with:
8686
cache: true
8787
experimental: true

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
2727

2828
- name: Set up Mise
29-
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
29+
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
3030
with:
3131
version: ${{ inputs.mise-version }}
3232
cache: true

dockerfiles/poetry-requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ anyio==4.9.0 \
88
--hash=sha256:673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028 \
99
--hash=sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c
1010
# via httpx
11-
build==1.2.2.post1 \
12-
--hash=sha256:1d61c0887fa860c01971625baae8bdd338e517b836a2f70dd1f7aa3a6b2fc5b5 \
13-
--hash=sha256:b36993e92ca9375a219c99e606a122ff365a760a2d4bba0caa09bd5278b608b7
11+
build==1.3.0 \
12+
--hash=sha256:698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397 \
13+
--hash=sha256:7145f0b5061ba90a1500d60bd1b13ca0a8a4cebdd0cc16ed8adf1c0e739f43b4
1414
# via poetry
1515
cachecontrol[filecache]==0.14.3 \
1616
--hash=sha256:73e7efec4b06b20d9267b441c1f733664f989fb8688391b670ca812d70795d11 \
1717
--hash=sha256:b35e44a3113f17d2a31c1e6b27b9de6d4405f84ae51baa8c1d3cc5b633010cae
1818
# via poetry
19-
certifi==2025.6.15 \
20-
--hash=sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057 \
21-
--hash=sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b
19+
certifi==2025.7.14 \
20+
--hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
21+
--hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
2222
# via
2323
# httpcore
2424
# httpx
@@ -233,9 +233,9 @@ cryptography==45.0.5 \
233233
--hash=sha256:e74d30ec9c7cb2f404af331d5b4099a9b322a8a6b25c4632755c8757345baac5 \
234234
--hash=sha256:f3562c2f23c612f2e4a6964a61d942f891d29ee320edb62ff48ffb99f3de9ae8
235235
# via secretstorage
236-
distlib==0.3.9 \
237-
--hash=sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87 \
238-
--hash=sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403
236+
distlib==0.4.0 \
237+
--hash=sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16 \
238+
--hash=sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d
239239
# via virtualenv
240240
dulwich==0.22.8 \
241241
--hash=sha256:00e7d9a3d324f9e0a1b27880eec0e8e276ff76519621b66c1a429ca9eb3f5a8d \
@@ -419,9 +419,9 @@ packaging==25.0 \
419419
# build
420420
# findpython
421421
# poetry
422-
pbs-installer[download,install]==2025.7.2 \
423-
--hash=sha256:72026d253a6f002514aa0bfb4a650a20333102e7679df0fff810b858720598d9 \
424-
--hash=sha256:dd778682922f200174e41cf4e019030d412430756d085cf986237c7c23f67ea9
422+
pbs-installer[download,install]==2025.7.23 \
423+
--hash=sha256:0dcf3038b4d04f9b41c4f80fc43ac05de34c0bf949580308a6894836a0340752 \
424+
--hash=sha256:2710b68ace92489a47b621d9c9ec0ad37acc428db2bf5c93adfb64f349c594ad
425425
# via poetry
426426
pkginfo==1.12.1.2 \
427427
--hash=sha256:5cd957824ac36f140260964eba3c6be6442a8359b8c48f4adf90210f33a04b7b \
@@ -578,19 +578,19 @@ trove-classifiers==2025.5.9.12 \
578578
--hash=sha256:7ca7c8a7a76e2cd314468c677c69d12cc2357711fcab4a60f87994c1589e5cb5 \
579579
--hash=sha256:e381c05537adac78881c8fa345fd0e9970159f4e4a04fcc42cfd3129cca640ce
580580
# via poetry
581-
typing-extensions==4.14.0 \
582-
--hash=sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 \
583-
--hash=sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af
581+
typing-extensions==4.14.1 \
582+
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
583+
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
584584
# via anyio
585585
urllib3==2.5.0 \
586586
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
587587
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
588588
# via
589589
# dulwich
590590
# requests
591-
virtualenv==20.31.2 \
592-
--hash=sha256:36efd0d9650ee985f0cad72065001e66d49a6f24eb44d98980f630686243cf11 \
593-
--hash=sha256:e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af
591+
virtualenv==20.32.0 \
592+
--hash=sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56 \
593+
--hash=sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0
594594
# via poetry
595595
zstandard==0.23.0 \
596596
--hash=sha256:034b88913ecc1b097f528e42b539453fa82c3557e414b3de9d5632c80439a473 \

helm/acapy-cloud.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ releases:
186186
app: postgres
187187
namespace: {{ .Values.namespace }}
188188
chart: oci://registry-1.docker.io/bitnamicharts/postgresql-ha
189-
version: 16.0.22
189+
version: 16.1.0
190190
values:
191191
- ./acapy-cloud/conf/postgres.yaml
192192
- postgresql:
@@ -261,7 +261,7 @@ releases:
261261
installed: {{ .Values.minio.enabled }}
262262
namespace: {{ .Values.namespace }}
263263
chart: oci://registry-1.docker.io/bitnamicharts/minio
264-
version: 17.0.15
264+
version: 17.0.16
265265
labels:
266266
app: minio
267267
values:

helm/nats/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 2.31.3
55
- name: nats
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 9.0.23
8-
digest: sha256:2c6bbd3a950af91c243f4cb72a3d26e953a163f6eabc1c177d1e0f9893e59024
9-
generated: "2025-07-10T16:25:07.625929+02:00"
7+
version: 9.0.24
8+
digest: sha256:30d7da8f3e0150aa25296881096d5dcde457f3bdc3c72bf67de9ab780e8f28eb
9+
generated: "2025-08-04T14:26:48.741166+02:00"

0 commit comments

Comments
 (0)