From a2c19963bdbfb41601ed70ee48e97c017f66a33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:48:11 +0000 Subject: [PATCH] Update litestar[standard] requirement from >=2.22.0 to >=2.23.0 Updates the requirements on [litestar[standard]](https://github.com/litestar-org/litestar) to permit the latest version. - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](https://github.com/litestar-org/litestar/compare/v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: litestar[standard] dependency-version: 2.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt index 5c527c5..deb5901 100644 --- a/benchmarks/requirements.txt +++ b/benchmarks/requirements.txt @@ -1,6 +1,6 @@ granian>=2.7.4 fastapi>=0.136.3 -litestar[standard]>=2.22.0 +litestar[standard]>=2.23.0 emmett>=2.8.1 msgspec>=0.21.0 pydantic>=2.13.4