Skip to content

Commit

Permalink
chore(deps): Update typeguard requirement
Browse files Browse the repository at this point in the history
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](agronholm/typeguard@2.13.3...4.4.0)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6acb547 commit 62126b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 62126b5

Please sign in to comment.