From dad7484adc4b2e13634478d732f3520bd6beb9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:47:01 +0000 Subject: [PATCH] build(deps-dev): Bump requests from 2.32.4 to 2.33.0 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:development ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af2dc58..51a9adb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,7 +112,7 @@ referencing==0.29.1 # jsonschema-specifications # libcove # libcoveocds -requests==2.32.4 +requests==2.33.0 # via # libcove # libcoveocds diff --git a/requirements_dev.txt b/requirements_dev.txt index 52db864..9dfc06e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -201,7 +201,7 @@ referencing==0.29.1 # jsonschema-specifications # libcove # libcoveocds -requests==2.32.4 +requests==2.33.0 # via # -r requirements.txt # -r requirements_dev.in