From 815d676e6eb05d3c3ec268162a845c4fea446e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:56:27 +0000 Subject: [PATCH] Update keyring requirement from ~=23.13.1 to ~=24.2.0 Updates the requirements on [keyring](https://github.com/jaraco/keyring) to permit the latest version. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/keyring/compare/v23.13.1...v24.2.0) --- updated-dependencies: - dependency-name: keyring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a52a858..408f66e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click~=8.1 pushbullet.py~=0.12.0 -keyring~=23.13.1 +keyring~=24.2.0 keyrings.alt~=4.2.0