Skip to content

Commit

Permalink
chore(deps): update cattrs requirement in /packages/@jsii/python-runtime
Browse files Browse the repository at this point in the history
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](python-attrs/cattrs@v1.8.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 6, 2022
1 parent 17233df commit 8a2d2fd
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 @@ -32,7 +32,7 @@
install_requires=[
"attrs~=21.2",
"cattrs~=1.0.0 ; python_version < '3.7'",
"cattrs>=1.8,<1.10 ; python_version >= '3.7'",
"cattrs>=1.8,<1.11 ; python_version >= '3.7'",
"importlib_resources ; python_version < '3.7'",
"python-dateutil",
"typing_extensions>=3.7,<5.0",
Expand Down

0 comments on commit 8a2d2fd

Please sign in to comment.