From 8e6a2e5b07c128727b7cff7f3bf601f5d8e1c4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:38:52 +0000 Subject: [PATCH] build(deps): update requests requirement from >=2.31 to >=2.33.1 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.31.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 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 b86a90a..f5d5dcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "streamlit>=1.40", "pandas>=2.1", "numpy>=1.26", - "requests>=2.31", + "requests>=2.33.1", "plotly>=5.18", "kaleido>=0.2.1", "cryptography>=42.0.0",