Skip to content

Commit 1baa695

Browse files
chore(deps): bump the python group across 1 directory with 2 updates
Updates the requirements on [starlette](https://github.com/Kludex/starlette) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `starlette` from 0.49.3 to 0.50.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.49.3...0.50.0) Updates `uv-build` to 0.9.18 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.7.21...0.9.18) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: uv-build dependency-version: 0.9.18 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45f7e2b commit 1baa695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ dependencies = [
55
"connect-python",
66
"flask==3.1.2",
77
"protobuf>=5.28",
8-
"starlette==0.49.3",
8+
"starlette==0.50.0",
99
]
1010

1111
[build-system]
12-
requires = ["uv_build>=0.7.21,<0.8.0"]
12+
requires = ["uv_build>=0.7.21,<0.10.0"]
1313
build-backend = "uv_build"
1414

1515
[tool.ruff]

0 commit comments

Comments
 (0)