From 9d3f9f21938b5be93c29a7a7974629bda51e902e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:10:30 +0000 Subject: [PATCH] chore(deps): update starlette-context requirement Updates the requirements on [starlette-context](https://github.com/tomwojcik/starlette-context) to permit the latest version. - [Release notes](https://github.com/tomwojcik/starlette-context/releases) - [Commits](https://github.com/tomwojcik/starlette-context/compare/v0.3.6...v0.4.0) --- updated-dependencies: - dependency-name: starlette-context dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4130972..fa3c9fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ server = [ "fastapi>=0.100.0", "pydantic-settings>=2.0.1", "sse-starlette>=1.6.1", - "starlette-context>=0.3.6,<0.4", + "starlette-context>=0.3.6,<0.5", ] test = [ "pytest>=7.4.0",