From a421bff699bc2db772a2a9c62918c90d771a1ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:52:07 +0000 Subject: [PATCH] Bump litestar from 2.8.1 to 2.17.0 Bumps [litestar](https://github.com/litestar-org/litestar) from 2.8.1 to 2.17.0. - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](https://github.com/litestar-org/litestar/compare/v2.8.1...v2.17.0) --- updated-dependencies: - dependency-name: litestar dependency-version: 2.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4ff4582b..a02486da5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ fastapi==0.111.0 # Modern, fast (high-performance) web framework uvicorn==0.30.1 # ASGI server for FastAPI httpx==0.27.0 # Next-generation HTTP client sqlmodel==0.0.19 # SQL databases with Pydantic models, built on SQLAlchemy and Pydantic -litestar==2.8.1 # Modern, async-first web framework with a focus on type safety +litestar==2.17.0 # Modern, async-first web framework with a focus on type safety typer==0.12.3 # Build great CLIs with type hints strawberry-graphql==0.222.0 # Code-first Python GraphQL library