From c61e68a85106bf9696645f1b05b8efb5264b32d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 09:19:08 +0000 Subject: [PATCH] Bump keyring from 24.2.0 to 25.6.0 Bumps [keyring](https://github.com/jaraco/keyring) from 24.2.0 to 25.6.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.2.0...v25.6.0) --- updated-dependencies: - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bdfb962..76ba2e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -327,9 +327,9 @@ jinja2==3.1.6 ; python_version >= "3.9" and python_version < "4.0" \ jsonschema==4.17.3 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d \ --hash=sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6 -keyring==24.2.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:4901caaf597bfd3bbd78c9a0c7c4c29fcd8310dab2cffefe749e916b6527acd6 \ - --hash=sha256:ca0746a19ec421219f4d713f848fa297a661a8a8c1504867e55bfb5e09091509 +keyring==25.6.0 ; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66 \ + --hash=sha256:552a3f7af126ece7ed5c89753650eec89c7eaae8617d0aa4d9ad2b75111266bd lazy-object-proxy==1.9.0 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:09763491ce220c0299688940f8dc2c5d05fd1f45af1e42e636b2e8b2303e4382 \ --hash=sha256:0a891e4e41b54fd5b8313b96399f8b0e173bbbfc03c7631f01efbe29bb0bcf82 \