From 5bc7cf252f056f65f379b39e01245e7355a19789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:21:42 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.1 Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.1. - [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.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 348649e..c48aaff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Stephan Akkerman", email = "stephan@akkerman.ai" }, ] dependencies = [ - "requests==2.32.4", + "requests==2.33.1", "aiohttp==3.13.5", "financedatabase==2.3.1", "tradingview-scraper==0.4.20"