From 1fea222ef8743b81475ed3c31d4c94ffe6c2c4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:45:32 +0200 Subject: [PATCH] Build(deps): bump python-gnupg from 0.5.0 to 0.5.1 (#512) Bumps [python-gnupg](https://github.com/vsajip/python-gnupg) from 0.5.0 to 0.5.1. - [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.1) --- updated-dependencies: - dependency-name: python-gnupg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 523ab2d..92f512d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -631,13 +631,13 @@ six = ">=1.5" [[package]] name = "python-gnupg" -version = "0.5.0" +version = "0.5.1" description = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" optional = false python-versions = "*" files = [ - {file = "python-gnupg-0.5.0.tar.gz", hash = "sha256:70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a"}, - {file = "python_gnupg-0.5.0-py2.py3-none-any.whl", hash = "sha256:345723a03e67b82aba0ea8ae2328b2e4a3906fbe2c18c4082285c3b01068f270"}, + {file = "python-gnupg-0.5.1.tar.gz", hash = "sha256:5674bad4e93876c0b0d3197e314d7f942d39018bf31e2b833f6788a6813c3fb8"}, + {file = "python_gnupg-0.5.1-py2.py3-none-any.whl", hash = "sha256:bf9b2d9032ef38139b7d64184176cd0b293eaeae6e4f93f50e304c7051174482"}, ] [[package]] @@ -935,4 +935,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "8506e001082045e72c36ab6c7b21c1ffe6f108db13cd1c16e0e0e981f9f3aabe" +content-hash = "480ee8e4f5befbc7553b0a640f6bfe7c7cfe17f0752a4a6039c034e962c78947" diff --git a/pyproject.toml b/pyproject.toml index 91db728..b0dcc95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ packages = [ python = "^3.7" paho-mqtt = ">=1.5.1" psutil = "^5.9" -python-gnupg = "^0.5.0" +python-gnupg = "^0.5.1" tomli = {version = "<3.0.0", python = "<3.11"} packaging = "<23.2"