Skip to content

Commit 2d92917

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

File tree

3 files changed

+103
-75
lines changed

3 files changed

+103
-75
lines changed

.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)