From 096d12bdb1009642441355da5a9e6d1bb51964ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:51:04 +0000 Subject: [PATCH] Bump starlette from 0.46.2 to 0.47.2 in /GenDevBackend Bumps [starlette](https://github.com/encode/starlette) from 0.46.2 to 0.47.2. - [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.2...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GenDevBackend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenDevBackend/requirements.txt b/GenDevBackend/requirements.txt index 0771ae2..87deb3e 100644 --- a/GenDevBackend/requirements.txt +++ b/GenDevBackend/requirements.txt @@ -155,7 +155,7 @@ sortedcontainers==2.4.0 # via # hypothesis # trio -starlette==0.46.2 +starlette==0.47.2 # via fastapi tenacity==9.1.2 # via gendev (pyproject.toml)