From 402251003f3c06fef1468562f8c27beba5344fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:53:00 +0000 Subject: [PATCH] build(deps): bump requests from 2.32.5 to 2.33.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45e733a..4c3341f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,5 @@ dependencies = [ "ddddocr==1.6.1", "loguru==0.7.3", "pycryptodome==3.23.0", - "requests==2.32.5", + "requests==2.33.0", ] diff --git a/requirements.txt b/requirements.txt index 6eddc4f..70840c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ddddocr==1.6.1 loguru==0.7.3 pycryptodome==3.23.0 -requests==2.32.5 \ No newline at end of file +requests==2.33.0 \ No newline at end of file