From 29c1d306b705a38b52dc273422e680c1562c0e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:02:57 +0000 Subject: [PATCH] Update typeguard requirement from >=4.0.0 to >=4.5.1 Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the latest version. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Commits](https://github.com/agronholm/typeguard/compare/4.0.0...4.5.1) --- updated-dependencies: - dependency-name: typeguard dependency-version: 4.5.1 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..2f0444de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 pystache>=0.6.0 -typeguard>=4.0.0 +typeguard>=4.5.1 packaging >= 24.0, <= 26.0