Skip to content

Commit 75b3f98

Browse files
authored
Merge branch 'main' into fix/otaproxy_check_db-main
2 parents 6194d41 + ed3717a commit 75b3f98

4 files changed

Lines changed: 8 additions & 8 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@4e5d8b13ca281a6d163cdb287d8917b216e00d6f # v1
35+
uses: anthropics/claude-code-action@b4d67413279fc18c6e5de930ae307c4f108714eb # v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
additional_permissions: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"simple-sqlite3-orm~=0.12",
4646
"typing-extensions>=4.6.3",
4747
"urllib3>=2.2.2,<2.7",
48-
"uvicorn[standard]>=0.30,<0.46",
48+
"uvicorn[standard]>=0.30,<0.47",
4949
"zstandard<0.26,>=0.22",
5050
]
5151
urls.Source = "https://github.com/tier4/ota-client"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ uvicorn==0.33.0 ; python_full_version < '3.9'
242242
# via otaclient
243243
uvicorn==0.39.0 ; python_full_version == '3.9.*'
244244
# via otaclient
245-
uvicorn==0.45.0 ; python_full_version >= '3.10'
245+
uvicorn==0.46.0 ; python_full_version >= '3.10'
246246
# via otaclient
247247
uvloop==0.21.0 ; python_full_version < '3.8.1' and platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
248248
# via uvicorn

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)