From cc8e0c8f361de6c7cb21f75f5ea460ec17aa674f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:05:05 +0000 Subject: [PATCH] Bump python-dotenv in /Python/FastAPI/01/Language Translator Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.20.0 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.20.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/FastAPI/01/Language Translator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/FastAPI/01/Language Translator/requirements.txt b/Python/FastAPI/01/Language Translator/requirements.txt index 52c8b30..ea38ba9 100644 --- a/Python/FastAPI/01/Language Translator/requirements.txt +++ b/Python/FastAPI/01/Language Translator/requirements.txt @@ -4,7 +4,7 @@ sqlalchemy==1.4.32 pydantic==1.10.2 jinja2==3.1.2 openai==0.10.2 -python-dotenv==0.20.0 +python-dotenv==1.2.2 requests==2.28.1 gunicorn==20.1.0 alembic==1.31.1