From 491250f113963a4adea4ce67d39762f7c6727e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:14:35 +0000 Subject: [PATCH] Update python-gnupg requirement from <=0.5.3,>=0.5 to >=0.5,<=0.5.4 Updates the requirements on [python-gnupg](https://github.com/vsajip/python-gnupg) to permit the latest version. - [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.0...0.5.4) --- updated-dependencies: - dependency-name: python-gnupg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a782c1292d..c648cfd27c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "pygtrie>=2.5,<=2.5.0", "psycopg[binary]>=3.1.8,<=3.2.3", "pyparsing>=3.1.0,<=3.2.1", - "python-gnupg>=0.5,<=0.5.3", + "python-gnupg>=0.5,<=0.5.4", "PyYAML>=5.1.1,<=6.0.2", "redis>=4.3,<5.2.2", "tablib<3.6.0",