From e317888970ddde93dc2372bb232a2dff6c81d732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:16:42 +0000 Subject: [PATCH] build(deps): bump python-dotenv Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.1 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.17.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/server/petstore/python-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/server/petstore/python-fastapi/requirements.txt b/samples/server/petstore/python-fastapi/requirements.txt index 6bf34890903c..f7a6f4437c5c 100644 --- a/samples/server/petstore/python-fastapi/requirements.txt +++ b/samples/server/petstore/python-fastapi/requirements.txt @@ -21,7 +21,7 @@ MarkupSafe==2.0.1 orjson==3.11.6 promise==2.3 pydantic>=2 -python-dotenv==0.17.1 +python-dotenv==1.2.2 python-multipart==0.0.26 PyYAML>=5.4.1,<6.1.0 requests==2.32.4