From 89b3b0471e8093e0bb27104553861c2fc036a97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:53:18 +0000 Subject: [PATCH] Update typeguard requirement from >=4.0.0 to >=4.5.2 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.2) --- updated-dependencies: - dependency-name: typeguard dependency-version: 4.5.2 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 cce486402..17e9c1b2e 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.2 packaging >= 24.0, <= 26.2