Skip to content

Commit 4fefb4a

Browse files
chore(deps): bump starlette from 1.0.0 to 1.2.1 in the production group
Bumps the production group with 1 update: [starlette](https://github.com/Kludex/starlette). Updates `starlette` from 1.0.0 to 1.2.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.0...1.2.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ef5699 commit 4fefb4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
# Core runtime
2020
"uvicorn>=0.35",
21-
"starlette==1.0.0",
21+
"starlette==1.2.1",
2222
"pydantic>=2.11.7",
2323
"pydantic-settings>=2.14.1,<3",
2424
"loguru>=0.7.3,<1",
@@ -104,7 +104,7 @@ runtime-boxd = [
104104
# Minimal core only (use: pip install bindu[core] --only-deps)
105105
core = [
106106
"uvicorn>=0.35",
107-
"starlette==1.0.0",
107+
"starlette==1.2.1",
108108
"pydantic>=2.11.7",
109109
"pydantic-settings>=2.14.1,<3",
110110
"loguru>=0.7.3,<1",

0 commit comments

Comments
 (0)