From 23dbcac3b0e803e1e21894f87560a7fbcd3ddcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:20:28 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /samples/playwright-pytest Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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..b4e1780 100644 --- a/samples/playwright-pytest/requirements.txt +++ b/samples/playwright-pytest/requirements.txt @@ -11,7 +11,7 @@ pytest-asyncio==1.2.0 playwright==1.55.0 # For API testing examples -requests==2.32.4 +requests==2.33.0 # Environment variable management python-dotenv==1.0.0 \ No newline at end of file