From bf8d0d594aa776ffe822fdb645a046bf314c57a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:02:03 +0000 Subject: [PATCH] Update requests requirement from <3,>=2.31.0 to >=2.34.2,<3 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.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 3f60a98..f8796d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.9" license = { text = "Unlicense" } dependencies = [ - "requests>=2.31.0,<3", + "requests>=2.34.2,<3", "Pillow>=10.0.1,<12", ] diff --git a/requirements.txt b/requirements.txt index 65de599..293df1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Pinned lower bounds with a compatible upper bound. # For a fully reproducible install with hashes, use requirements.lock. -requests>=2.31.0,<3 +requests>=2.34.2,<3 Pillow>=10.0.1,<12