From c26569212ef7947eb05909179617697414c6eb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:02:15 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [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.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..8dadb55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Requests==2.32.3 +Requests==2.32.4 diff --git a/setup.py b/setup.py index 7edc90a..cb5d7bb 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.32.4'], license='BSD', url='http://github.com/laprice/pushover', entry_points={