From 6402834149830f6bc79b8e079f8c001a62c7b895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:08:34 +0000 Subject: [PATCH] chore(deps-dev): update python-dotenv requirement Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9572388..4b232df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ webhook = [ "fastapi>=0.128.8", "uvicorn>=0.44.0", "colorama>=0.4.6", - "python-dotenv>=1.2.1", + "python-dotenv>=1.2.2", ] dev = [ {include-group = "docs"},