From 62bd2a119cc371cce833bfedb384e0d0d4746c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:49:10 +0000 Subject: [PATCH] build(deps): 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:production ... 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 0f26ae0..fbc379d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -127,7 +127,7 @@ referencing==0.34.0 # jsonschema-specifications # libcove # libcoveocds -requests==2.32.4 +requests==2.33.0 # via # -r requirements.in # libcove diff --git a/requirements_dev.txt b/requirements_dev.txt index 724a265..3f17c34 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -190,7 +190,7 @@ referencing==0.34.0 # jsonschema-specifications # libcove # libcoveocds -requests==2.32.4 +requests==2.33.0 # via # -r requirements.txt # libcove