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.
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@2.13.3...4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent c988113 commit bf3eb47
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 @@ -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",
],
Expand Down

0 comments on commit bf3eb47

Please sign in to comment.