From dd49ab581386e8adf23777f0121040d56060ac6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:26:22 +0000 Subject: [PATCH] chore(deps): bump requests from 2.33.1 to 2.34.0 Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.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.33.1...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 91e6947..54a2780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.10" dependencies = [ "cryptography==48.0.0", "click==8.3.3", - "requests==2.33.1", + "requests==2.34.0", "pyperclip==1.11.0", "flask==3.1.3", "flask-socketio==5.6.1", diff --git a/requirements.txt b/requirements.txt index 2ee639e..1d17b3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ pyproject_hooks==1.2.0 python-engineio==4.13.1 python-socketio==5.16.1 readme_renderer==44.0 -requests==2.33.1 +requests==2.34.0 requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==15.0.0