From 2c73399bff90917c4842fe420e4e2f596b3b210a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 22:25:14 +0000 Subject: [PATCH] Bump starlette from 0.36.3 to 0.47.2 in /GTFS-RT-FEED Bumps [starlette](https://github.com/encode/starlette) from 0.36.3 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.36.3...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GTFS-RT-FEED/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTFS-RT-FEED/requirements.txt b/GTFS-RT-FEED/requirements.txt index a1c49d2..45c5879 100644 --- a/GTFS-RT-FEED/requirements.txt +++ b/GTFS-RT-FEED/requirements.txt @@ -16,7 +16,7 @@ redis==5.0.1 requests==2.32.3 setuptools==80.3.1 sniffio==1.3.1 -starlette==0.36.3 +starlette==0.47.2 typing-inspection==0.4.0 typing_extensions==4.13.2 urllib3==2.4.0