From 2bbe31dc4bacc380a766122ba1c7d35269f10b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:44:52 +0000 Subject: [PATCH] bump requests from 2.32.3 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.33.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.32.3...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f56f3fa..2215a4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Requests==2.32.3 +Requests==2.33.0 diff --git a/setup.py b/setup.py index 7edc90a..c72dc14 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author='Larry Price, Daniele Sluijters, Josh Kaizoku, Bryce Jasmer', author_email='laprice@gmail.com, github@daenney.net, kaizoku@phear.cc, bryce@jasmer.com', py_modules=['pushover.pushover'], - install_requires = ['Requests == 2.32.3'], + install_requires = ['Requests == 2.33.0'], license='BSD', url='http://github.com/laprice/pushover', entry_points={