Skip to content

Commit

Permalink
chore(deps): update cattrs requirement from ~=1.3.0 to ~=1.4.0 in /pa…
Browse files Browse the repository at this point in the history
…ckages/@jsii/python-runtime (#2728)

Updates the requirements on [cattrs](https://github.com/Tinche/cattrs) to permit the latest version.
- [Release notes](https://github.com/Tinche/cattrs/releases)
- [Changelog](https://github.com/Tinche/cattrs/blob/master/HISTORY.rst)
- [Commits](Tinche/cattrs@v1.3.0...v1.4.0)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Marcadier <[email protected]>
  • Loading branch information
dependabot[bot] and RomainMuller authored Mar 24, 2021
1 parent e66ecc6 commit b4d334a
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~=20.1",
"cattrs~=1.0.0 ; python_version < '3.7'",
"cattrs~=1.3.0 ; python_version >= '3.7'",
"cattrs~=1.4.0 ; python_version >= '3.7'",
"importlib_resources ; python_version < '3.7'",
"python-dateutil",
"typing_extensions~=3.7",
Expand Down

0 comments on commit b4d334a

Please sign in to comment.