From f3f971a8fabd0e4499b7d9dd816e087d91c2a6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:10:53 +0000 Subject: [PATCH] Update python-dotenv requirement from ~=1.2.1 to ~=1.2.2 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/commits/v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0d2a9ef..eb4b103 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ GitPython~=3.1.45 PyGithub~=2.8.1 python-gitlab~=8.0.0 cryptography~=46.0.3 -python-dotenv~=1.2.1 +python-dotenv~=1.2.2 niklibrary~=0.55 diff --git a/setup.py b/setup.py index 7b25473..0875b3b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'PyGithub~=2.4.0', 'python-gitlab>=5.0,<7.1', 'cryptography>=43.0.3,<46.1.0', - 'python-dotenv>=1.0.1,<1.2.0', + 'python-dotenv>=1.0.1,<1.3.0', 'niklibrary~=0.28' ], entry_points={