Skip to content

Commit 41c803c

Browse files
committed
fix: dependency updates to resolve scanner issues
1 parent 0dc91ca commit 41c803c

File tree

4 files changed

+104
-76
lines changed

4 files changed

+104
-76
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
version: ["3.11", "3.12", "3.13"]
80+
version: ["3.11", "3.12", "3.13", "3.14"]
8181
runs-on: ubuntu-latest
8282
steps:
8383
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.12
2-
uv 0.8
2+
uv 0.9

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ classifiers = [
1717
]
1818

1919
dependencies = [
20-
"starlette~=0.47.2",
20+
"starlette~=0.49.1",
2121
"python-multipart~=0.0.20",
2222
"requests-toolbelt~=1.0.0",
2323
"opentelemetry-sdk~=1.33.0",
2424
"opentelemetry-api~=1.33.0",
2525
"opentelemetry-semantic-conventions~=0.51b0",
26-
"pydantic~=2.11.4",
26+
"pydantic~=2.12.3",
2727
]
2828

2929
[project.urls]

0 commit comments

Comments
 (0)