Skip to content

Commit ff9cb25

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/provider-extension-points
# Conflicts: # uv.lock
2 parents 14fff05 + 7354563 commit ff9cb25

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Setup UV
60-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
60+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6161

6262
- name: Install dependencies
6363
run: uv sync
@@ -99,7 +99,7 @@ jobs:
9999
token: ${{ steps.app-token.outputs.token }}
100100

101101
- name: Setup UV
102-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
102+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
103103

104104
# Do NOT `uv sync` here: the next step is a Docker action that mounts
105105
# the workspace, so a host .venv would be visible inside the container

k8s/constraints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
annotated-types==0.7.0
2-
boto3==1.43.25
3-
botocore==1.43.25
2+
boto3==1.43.29
3+
botocore==1.43.29
44
brotlicffi==1.2.0.1
55
cachetools==7.1.4
66
certifi==2026.5.20
@@ -10,7 +10,7 @@ click==8.4.1
1010
coverage==7.14.1
1111
editables==0.6
1212
fastapi==0.136.3
13-
google-auth==2.53.0
13+
google-auth==2.54.0
1414
hatchling==1.30.1
1515
httpx==0.28.1
1616
idna==3.18
@@ -37,7 +37,7 @@ pydantic==2.13.4
3737
pydantic_core==2.47.0
3838
pydantic-settings==2.14.1
3939
Pygments==2.20.0
40-
pytest==9.0.3
40+
pytest==9.1.0
4141
pytest-cov==5.0.0
4242
pytest-mock==3.15.1
4343
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)