diff --git a/poetry.lock b/poetry.lock index e6e67de..04745a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,14 +713,14 @@ files = [ [[package]] name = "python-gnupg" -version = "0.5.5" +version = "0.5.6" description = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "python-gnupg-0.5.5.tar.gz", hash = "sha256:3fdcaf76f60a1b948ff8e37dc398d03cf9ce7427065d583082b92da7a4ff5a63"}, - {file = "python_gnupg-0.5.5-py2.py3-none-any.whl", hash = "sha256:51fa7b8831ff0914bc73d74c59b99c613de7247b91294323c39733bb85ac3fc1"}, + {file = "python_gnupg-0.5.6-py2.py3-none-any.whl", hash = "sha256:b5050a55663d8ab9fcc8d97556d229af337a87a3ebebd7054cbd8b7e2043394a"}, + {file = "python_gnupg-0.5.6.tar.gz", hash = "sha256:5743e96212d38923fc19083812dc127907e44dbd3bcf0db4d657e291d3c21eac"}, ] [[package]] @@ -863,4 +863,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1537e7e0bb3454e7671fbb8d5f56b4d2233f7288bed1039e2bdf343ca10ddcfe" +content-hash = "10defd663d25259661b4bbd2bdbacb2fb87405b2e52ba33777bd693459d9a0cd" diff --git a/pyproject.toml b/pyproject.toml index dead15a..3b0d01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" jinja2 = "^3.1.6" pyxdg = "^0.28" click = "^8.3.1" -python-gnupg = "0.5.5" +python-gnupg = "0.5.6" coloredlogs = "^15.0.1" colorama = "^0.4.6"