Skip to content

Commit

Permalink
chore(deps): Update attrs requirement in /packages/@jsii/python-runtime
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 4c2139c commit abee0ed
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 @@ -30,7 +30,7 @@
"jsii._embedded.jsii": ["*.js", "*.js.map"],
},
install_requires=[
"attrs>=21.2,<24.0",
"attrs>=21.2,<25.0",
"cattrs>=1.8,<23.3",
"importlib_resources>=5.2.0",
"publication>=0.0.3", # This is used by all generated code.
Expand Down

0 comments on commit abee0ed

Please sign in to comment.