From 6b956a9e2ebfc7e2a7422422033f2e5943961a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:16:21 +0000 Subject: [PATCH] Bump python-dotenv from 0.18.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.18.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.18.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a5b65963..430de90a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25,7 +25,7 @@ pyrsistent==0.18.0 pytest>=7.0.0,<8.0.0 pytest-asyncio==0.21.0 pytest-docker>=3.0.0 -python-dotenv==0.18.0 +python-dotenv==1.2.2 PyYAML==5.3.1 pyjwt==2.0.0 requests==2.31.0