From 5cc01f9bc0b232a823e992310d0f4a2efa53e021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:55:15 +0000 Subject: [PATCH] build(deps): update requests requirement 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.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- acapy/plugins/firebase_push_notifications/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acapy/plugins/firebase_push_notifications/requirements.txt b/acapy/plugins/firebase_push_notifications/requirements.txt index 8e18519..12c1e4e 100644 --- a/acapy/plugins/firebase_push_notifications/requirements.txt +++ b/acapy/plugins/firebase_push_notifications/requirements.txt @@ -2,4 +2,4 @@ aries-cloudagent>=0.9.0,<1.0.0 marshmallow~=3.20.1 google-auth~=2.25.2 google-api-python-client~=2.111.0 -requests~=2.31.0 +requests~=2.32.3