From c1b23117e758dda43bb451f913aefd4a7cad0798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 01:01:59 +0000 Subject: [PATCH] Update requests requirement from >=2.27.1 to >=2.34.2 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.27.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index cf74980..899fe58 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -38,7 +38,7 @@ gunicorn>=23.0.0 dash-improve-my-llms[flask]>=2.3.4 python-dotenv>=1.0.0 # DASH_BACKEND / .env support in lib/backend.py -requests>=2.27.1 # 2plot.dev ad-network client (lib/ad_client.py) + +requests>=2.34.2 # 2plot.dev ad-network client (lib/ad_client.py) + # 2plot.ai traffic rollups (lib/satellite_reporter.py) # The component library under test (installed from this repo).