From 714909034e755927a1fc804584c5dab3b6e7f919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:33:34 +0000 Subject: [PATCH] chore(deps): bump python-dotenv Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.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/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../intermediate/api-security-scanner/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml index ed9e6cac..462985f1 100644 --- a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml +++ b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ # Settings management "pydantic==2.12.5", "pydantic-settings==2.12.0", - "python-dotenv==1.2.1", + "python-dotenv==1.2.2", # Utilities "email-validator==2.3.0", ]