From eebbe95567411538e9d01b0ae74c22461bcb7585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:22:19 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 in /samples/playwright-pytest Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.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/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/playwright-pytest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/playwright-pytest/requirements.txt b/samples/playwright-pytest/requirements.txt index d88dfb2..8e9578e 100644 --- a/samples/playwright-pytest/requirements.txt +++ b/samples/playwright-pytest/requirements.txt @@ -14,4 +14,4 @@ playwright==1.55.0 requests==2.32.4 # Environment variable management -python-dotenv==1.0.0 \ No newline at end of file +python-dotenv==1.2.2 \ No newline at end of file