From 4c783090083995aa0be9ef9436443650974ebb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:03:16 +0000 Subject: [PATCH] Update pystache requirement from >=0.6.0 to >=0.6.8 Updates the requirements on [pystache](https://github.com/PennyDreadfulMTG/pystache) to permit the latest version. - [Release notes](https://github.com/PennyDreadfulMTG/pystache/releases) - [Changelog](https://github.com/PennyDreadfulMTG/pystache/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PennyDreadfulMTG/pystache/compare/v0.6.0...v0.6.8) --- updated-dependencies: - dependency-name: pystache dependency-version: 0.6.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9200717d..40ac8d9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 -pystache>=0.6.0 +pystache>=0.6.8 typeguard>=4.0.0 packaging >= 24.0, <= 26.0