From aa81c09d47832d112fe6b8a7a675cde1bf6c11d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:24:55 +0000 Subject: [PATCH] Bump starlette from 0.36.3 to 0.40.0 in /GTFS-RT-FEED Bumps [starlette](https://github.com/encode/starlette) from 0.36.3 to 0.40.0. - [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.40.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.40.0 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..cca6bf1 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.40.0 typing-inspection==0.4.0 typing_extensions==4.13.2 urllib3==2.4.0