From 3b6d26fc4ede5a449a8a076f5671d764abb102f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:30:37 +0000 Subject: [PATCH] chore(deps): update requests requirement from >=2.33.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.33.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84eb0c9..e777710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ["live", "stream"] requires-python = ">=3.10,<4.0" dependencies = [ - "requests>=2.33.1", + "requests>=2.34.2", "loguru>=0.7.3", "pycryptodome>=3.23.0", "distro>=1.9.0", diff --git a/requirements.txt b/requirements.txt index 76c3c83..29cfc06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests>=2.33.1 +requests>=2.34.2 loguru>=0.7.3 pycryptodome>=3.23.0 distro>=1.9.0