From 62126b51a28686fed2f758e20c771ef8dab8fbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:37:50 +0000 Subject: [PATCH] chore(deps): Update typeguard requirement Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the latest version. - [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/2.13.3...4.4.0) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/@jsii/python-runtime/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@jsii/python-runtime/setup.py b/packages/@jsii/python-runtime/setup.py index b22dbea4b5..fca51a2795 100644 --- a/packages/@jsii/python-runtime/setup.py +++ b/packages/@jsii/python-runtime/setup.py @@ -35,7 +35,7 @@ "importlib_resources>=5.2.0", "publication>=0.0.3", # This is used by all generated code. # 4.3.0 is incompatible with generated bindings, see https://github.com/aws/jsii/issues/4658 - "typeguard>=2.13.3,<4.3.0", # This is used by all generated code. + "typeguard>=2.13.3,<4.5.0", # This is used by all generated code. "python-dateutil", "typing_extensions>=3.8,<5.0", ],