From 7a3cbe686f8d2ecfbf6753f5b7b95efa334d93a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 03:38:58 +0000 Subject: [PATCH] chore(deps): Bump keyring from 24.3.1 to 25.5.0 Bumps [keyring](https://github.com/jaraco/keyring) from 24.3.1 to 25.5.0. - [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/v24.3.1...v25.5.0) --- updated-dependencies: - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce4f3069..0bfce4e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ importlib-resources==6.4.5 ; python_version == "3.8" installer==0.7.0 ; python_version == "3.8" jaraco-classes==3.4.0 ; python_version == "3.8" jeepney==0.8.0 ; sys_platform == "linux" and python_version == "3.8" -keyring==24.3.1 ; python_version == "3.8" +keyring==25.5.0 ; python_version == "3.8" more-itertools==10.5.0 ; python_version == "3.8" msgpack==1.1.0 ; python_version == "3.8" nox==2024.10.9 ; python_version == "3.8"