Skip to content

Commit

Permalink
chore(deps): update dependency dataclasses to <0.8 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 23, 2020
1 parent b00ea6e commit d5e8325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"protobuf >= 3.12.0",
"pypandoc >= 1.4",
"PyYAML >= 5.1.1",
"dataclasses < 0.7; python_version < '3.7'"
"dataclasses<0.8; python_version < '3.7'"
),
extras_require={':python_version<"3.7"': ("dataclasses >= 0.4",),},
tests_require=("pyfakefs >= 3.6",),
Expand Down

0 comments on commit d5e8325

Please sign in to comment.