Skip to content

Commit

Permalink
Chore(deps): Update aiomqtt requirement from <=0.1.3 to <=2.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [aiomqtt](https://github.com/empicano/aiomqtt) to permit the latest version.
- [Release notes](https://github.com/empicano/aiomqtt/releases)
- [Changelog](https://github.com/empicano/aiomqtt/blob/main/CHANGELOG.md)
- [Commits](empicano/aiomqtt@v0.1.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent a636106 commit 0a44f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ optional-dependencies.ledger = [
"ledgereth==0.9.1",
]
optional-dependencies.mqtt = [
"aiomqtt<=0.1.3",
"aiomqtt<=2.3.0",
"certifi",
"click",
]
Expand Down

0 comments on commit 0a44f58

Please sign in to comment.