From 40201b798ec7f1d2bd956441711a80046983659e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:16:29 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.5 to 2.33.0 in /tests Bumps [requests](https://github.com/psf/requests) from 2.32.5 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.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 84da6ad5..f8e31645 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ tzlocal == 5.3.1 robotframework-jsonlibrary == 0.5 robotframework-datadriver == 1.11.2 robotframework-requests == 0.9.7 -requests == 2.32.5 +requests == 2.33.0 robotframework-databaselibrary == 2.3.3 #robotframework-mockserver == 0.0.7 git+https://github.com/etsi-cti-admin/robotframework-mockserver.git