From e7cbca49e261678db9d961b533868674e92ab7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:43:14 +0000 Subject: [PATCH] Update typeguard requirement from >=4.0.0 to >=4.6.0 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.6.0) --- updated-dependencies: - dependency-name: typeguard dependency-version: 4.6.0 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..d6fb28e09 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.6.0 packaging >= 24.0, <= 26.2