From 1740819c139cea37a6a163f72f092cc457ef66ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:55:31 +0000 Subject: [PATCH] chore(deps): Update typeguard requirement Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the latest version. - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/2.13.3...4.1.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 5ae79af4b7..d36a3456be 100644 --- a/packages/@jsii/python-runtime/setup.py +++ b/packages/@jsii/python-runtime/setup.py @@ -34,7 +34,7 @@ "cattrs>=1.8,<23.2", "importlib_resources>=5.2.0", "publication>=0.0.3", # This is used by all generated code. - "typeguard~=2.13.3", # This is used by all generated code. + "typeguard>=2.13.3,<4.2.0", # This is used by all generated code. "python-dateutil", "typing_extensions>=3.7,<5.0", ],