From f32d89ce7cf07f2a6980c73ea554d1f05febf795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:35:20 +0000 Subject: [PATCH] fix(deps): update dependency litestar to >=2.13,<2.14 --- python/litestar/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/litestar/pyproject.toml b/python/litestar/pyproject.toml index f2a99db16cc..ac34a41d234 100644 --- a/python/litestar/pyproject.toml +++ b/python/litestar/pyproject.toml @@ -7,4 +7,4 @@ requires = ["flit_core"] name='server' version = '1.0.0' description = "Simple benchmark implementation" -dependencies = ["litestar>=2.12,<2.13"] +dependencies = ["litestar>=2.13,<2.14"]