From c770129c654803839d0be9718ca2cfc84dcc4267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:47:27 +0000 Subject: [PATCH] build(deps): bump requests from 2.31.0 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f73a9c8..2cdca7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "flask-httpauth==4.7.0", "flask-wtf==1.1.1", "flask-cors==3.0.10", - "requests==2.31.0", + "requests==2.32.4", "wechatpy==1.8.18", "gunicorn==21.2.0", "email-validator==2.1.0",