Skip to content

Commit

Permalink
Update dataclasses-json requirement from ~=0.5.5 to >=0.5.5,<0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dataclasses-json](https://github.com/lidatong/dataclasses-json) to permit the latest version.
- [Release notes](https://github.com/lidatong/dataclasses-json/releases)
- [Commits](lidatong/dataclasses-json@v0.5.5...v0.6.4)

---
updated-dependencies:
- dependency-name: dataclasses-json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent a9e8cbe commit 7965474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"requests~=2.26",
"dataclasses-json~=0.5.5",
"dataclasses-json>=0.5.5,<0.7.0",
"typing-extensions~=4.0",
"importlib-metadata~=4.0",
"websocket-client",
Expand Down

0 comments on commit 7965474

Please sign in to comment.