From e35f6cdc39497ac20644e38b5e80202199d3873b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:37:12 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /testapp 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] --- testapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapp/requirements.txt b/testapp/requirements.txt index 3498055..2756795 100644 --- a/testapp/requirements.txt +++ b/testapp/requirements.txt @@ -18,7 +18,7 @@ pytest-django==4.10.0 pytest-mock==3.14.0 pytest-playwright==0.7.0 python-slugify==8.0.4 -requests==2.32.4 +requests==2.33.0 sqlparse==0.5.3 text-unidecode==1.3 tomli==2.2.1