From 02d01afd7ed37edd5ca5aa318b7cb737368fa8e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:31:55 +0000 Subject: [PATCH] Bump typeguard from 4.4.1 to 4.4.2 Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.4.1...4.4.2) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9bfe6ce..1d05623 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pydantic-core==2.27.2 # via pydantic python-generics==0.2.3 # via -r requirements.in -typeguard==4.4.1 +typeguard==4.4.2 # via # -r requirements.in # pvframework