Skip to content

Commit 9ab470b

Browse files
chore(deps): Update cattrs requirement in /packages/@jsii/python-runtime
Updates the requirements on [cattrs](https://github.com/python-attrs/cattrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.rst) - [Commits](https://github.com/python-attrs/cattrs/commits) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11b3ec8 commit 9ab470b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@jsii/python-runtime/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
install_requires=[
3333
"attrs~=21.2",
3434
"cattrs~=1.0.0 ; python_version < '3.7'",
35-
"cattrs>=1.8,<1.11 ; python_version >= '3.7'",
35+
"cattrs>=1.8,<22.2 ; python_version >= '3.7'",
3636
"importlib_resources ; python_version < '3.7'",
3737
"python-dateutil",
3838
"typing_extensions>=3.7,<5.0",

0 commit comments

Comments
 (0)