From 967e6281403033ab08db688d31f78d8ae76d0448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:56:17 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.3 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.3 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.3...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2acc43c..757cd93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.32.3 #fetch a webpage when you pass a URL as input. handles redirects, timeouts, and error states +requests==2.33.0 #fetch a webpage when you pass a URL as input. handles redirects, timeouts, and error states beautifulsoup4==4.13.4 #parse and navigate HTML and XML documents import it as bs4 in code lxml>=5.3.2 #high-performance XML and HTML processing library truststore==0.10.1 #provides a collection of trusted CA certificates for secure HTTPS connections