From 07de2d61af90bb8c874889b3d614eff081a2e9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:59:52 +0000 Subject: [PATCH] build(deps): bump python-gnupg from 0.5.3 to 0.5.4 Bumps [python-gnupg](https://github.com/vsajip/python-gnupg) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/vsajip/python-gnupg/releases) - [Changelog](https://github.com/vsajip/python-gnupg/blob/master/release) - [Commits](https://github.com/vsajip/python-gnupg/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: python-gnupg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 0b35371..5bd6aa3 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ pyzmq==26.2.0 -python-gnupg==0.5.3 +python-gnupg==0.5.4 Jinja2==3.1.5 pycryptodome==3.21.0 PySocks==1.7.1 diff --git a/requirements.txt b/requirements.txt index 1265822..4968f85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -190,9 +190,9 @@ pysocks==1.7.1 \ --hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 \ --hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0 # via -r requirements.in -python-gnupg==0.5.3 \ - --hash=sha256:290d8ddb9cd63df96cfe9284b9b265f19fd6e145e5582dc58fd7271f026d0a47 \ - --hash=sha256:2f8a4c6f63766feca6cc1416408f8b84e1b914fe7b54514e570fc5cbe92e9248 +python-gnupg==0.5.4 \ + --hash=sha256:40ce25cde9df29af91fe931ce9df3ce544e14a37f62b13ca878c897217b2de6c \ + --hash=sha256:f2fdb5fb29615c77c2743e1cb3d9314353a6e87b10c37d238d91ae1c6feae086 # via -r requirements.in pyzmq==26.2.0 \ --hash=sha256:007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6 \