From c3b990df3847744dea9f3e0c330619c56869f23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:57:48 +0000 Subject: [PATCH] chore: bump the security group across 1 directory with 4 updates Bumps the security group with 4 updates in the /examples/fastapi-background-tasks/app directory: [idna](https://github.com/kjd/idna), [requests](https://github.com/psf/requests), [starlette](https://github.com/Kludex/starlette) and [urllib3](https://github.com/urllib3/urllib3). Updates `idna` from 3.10 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.33.0) Updates `starlette` from 0.41.2 to 1.3.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.41.2...1.3.1) Updates `urllib3` from 2.2.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.7.0) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: security - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: security - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production dependency-group: security - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: security ... Signed-off-by: dependabot[bot] --- examples/fastapi-background-tasks/app/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/fastapi-background-tasks/app/requirements.txt b/examples/fastapi-background-tasks/app/requirements.txt index 4e6e036b..517413c4 100644 --- a/examples/fastapi-background-tasks/app/requirements.txt +++ b/examples/fastapi-background-tasks/app/requirements.txt @@ -3,12 +3,12 @@ anyio==4.6.2.post1 certifi==2024.8.30 charset-normalizer==3.4.0 fastapi==0.115.5 -idna==3.10 +idna==3.15 pydantic==2.9.2 pydantic-core==2.23.4 -requests==2.32.3 +requests==2.33.0 sniffio==1.3.1 -starlette==0.41.2 +starlette==1.3.1 typing-extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.7.0 uvicorn==0.32.0 \ No newline at end of file