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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent c00d36c commit 717747d
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 @@ -50,7 +50,7 @@ ledger = [
"ledgereth==0.9.0",
]
mqtt = [
"aiomqtt<=0.1.3",
"aiomqtt<=2.3.0",
"certifi",
"Click",
]
Expand Down

0 comments on commit 717747d

Please sign in to comment.