From 9b46738a80e57114a1904874f9f51e376f171c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:01:45 +0000 Subject: [PATCH] Bump litestar from 2.8.1 to 2.18.0 Bumps [litestar](https://github.com/litestar-org/litestar) from 2.8.1 to 2.18.0. - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](https://github.com/litestar-org/litestar/compare/v2.8.1...v2.18.0) --- updated-dependencies: - dependency-name: litestar dependency-version: 2.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements2.txt b/requirements2.txt index f4ff4582b..b1dca0d04 100644 --- a/requirements2.txt +++ b/requirements2.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.18.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