From 2fc2020fb1ccf5ca23d93708110808815bf51536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:40:39 +0000 Subject: [PATCH] chore(deps)(deps): bump requests in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e22f35f..30f0865 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pydantic==2.13.2 # ── Ingestion — URL scraping (Step 3, best-effort) ─────────────────────────── -requests==2.32.3 +requests==2.33.0 beautifulsoup4==4.14.3 # ── Semantic similarity signal (Step 3) ──────────────────────────────────────