From 8d7adf7a54b5870612675717fec62eade36f8727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:42:30 +0000 Subject: [PATCH] build(deps): update starlette requirement in /bff Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.46.1...0.47.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bff/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bff/requirements.txt b/bff/requirements.txt index 60b49af..21eb02e 100644 --- a/bff/requirements.txt +++ b/bff/requirements.txt @@ -6,4 +6,4 @@ pytest-mock~=3.14.0 pytest-xdist~=3.6.1 pytest~=8.3.4 requests~=2.32.3 -starlette~=0.46.1 +starlette~=0.47.0