From bd7ccb6ec27a9623c238cf2a546cc5e0e274d21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:45:24 +0000 Subject: [PATCH] Bump requests from 2.32.0 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.0 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.0...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e42e33..9700f0ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ 'fabric == 3.2.2', 'Mako == 1.3.2', - 'requests == 2.32.0', + 'requests == 2.33.0', 'rich == 13.7.1', 'tiktoken == 0.8.0', 'instructor == 1.3.5',