From f57c027704dea0151ec3464f8a01babbdbed2f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:08:43 +0000 Subject: [PATCH] chore(deps): bump starlette from 0.40.0 to 0.45.3 Bumps [starlette](https://github.com/encode/starlette) from 0.40.0 to 0.45.3. - [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.40.0...0.45.3) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cf67fb..ff67078 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ pytest-asyncio==0.23.8 pytest-mock==3.14.0 python-dotenv==1.0.1 scikit-learn==1.5.1 -starlette==0.40.0 +starlette==0.45.3 structlog==24.4.0