From 80084f439dfd4ea75cf06d85ee73aa926a7350aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:50:37 +0000 Subject: [PATCH] Build(deps): bump litestar in /frameworks/Python/litestar Bumps [litestar](https://github.com/litestar-org/litestar) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](https://github.com/litestar-org/litestar/compare/v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: litestar dependency-version: 2.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/Python/litestar/requirements-socketify.txt | 2 +- frameworks/Python/litestar/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/Python/litestar/requirements-socketify.txt b/frameworks/Python/litestar/requirements-socketify.txt index 75fdf6fc3dd..13168cc43c7 100644 --- a/frameworks/Python/litestar/requirements-socketify.txt +++ b/frameworks/Python/litestar/requirements-socketify.txt @@ -1,3 +1,3 @@ orjson==3.10.16 -litestar==2.17.0 +litestar==2.18.0 git+https://github.com/cirospaciari/socketify.py.git@main#socketify diff --git a/frameworks/Python/litestar/requirements.txt b/frameworks/Python/litestar/requirements.txt index f45f8fd344d..68f19d32514 100644 --- a/frameworks/Python/litestar/requirements.txt +++ b/frameworks/Python/litestar/requirements.txt @@ -1,4 +1,4 @@ asyncpg==0.30.0 -litestar==2.17.0 +litestar==2.18.0 Jinja2==3.1.6 orjson==3.10.18 \ No newline at end of file