Skip to content

Commit b55b011

Browse files
Update pymitter requirement from ~0.4 to >=0.4,<0.6 (#89)
Updates the requirements on [pymitter](https://github.com/riga/pymitter) to permit the latest version. - [Release notes](https://github.com/riga/pymitter/releases) - [Commits](riga/pymitter@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pymitter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13e01db commit b55b011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protobuf = ">=4.23,<4.26"
2626
grpcio = ">=1.54,<1.60"
2727
grpcio-tools = ">=1.54,<1.60"
2828
jsonpickle = "~3.0"
29-
pymitter = "~0.4"
29+
pymitter = ">=0.4,<0.6"
3030

3131
[tool.poetry.dev-dependencies]
3232
pytest = "~7.4"

0 commit comments

Comments
 (0)