Skip to content

Commit 6cd59f2

Browse files
authored
Merge branch 'main' into chore/otaproxy_optmization_s2
2 parents ab7b10f + decde71 commit 6cd59f2

6 files changed

Lines changed: 56 additions & 56 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run Claude Code
3434
id: claude
35-
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1
35+
uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
additional_permissions: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: install uv
4343
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4444
with:
45-
version: "0.11.3"
45+
version: "0.11.5"
4646

4747
- name: build otaclient package
4848
env:

.github/workflows/sync_lockfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4040
with:
41-
version: "0.11.3"
41+
version: "0.11.5"
4242
- name: Setup python
4343
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4444
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = [
3030
dependencies = [
3131
"anyio>=4.5.1,<5",
3232
"aiohttp>=3.10.11,<3.14",
33-
"cryptography==46.0.6",
33+
"cryptography==46.0.7",
3434
"grpcio>=1.70,<1.81",
3535
"multidict<7.0,>=4.5",
3636
"msgpack>=1,<1.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
5050
# via
5151
# click
5252
# uvicorn
53-
cryptography==46.0.6
53+
cryptography==46.0.7
5454
# via
5555
# ota-image-libs
5656
# otaclient

0 commit comments

Comments
 (0)