Skip to content

Commit

Permalink
Updated requirements for tb-mqtt-client
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed May 7, 2024
1 parent 3c071b8 commit 3e12a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ grpcio
mmh3
protobuf<=3.20.0
cachetools
tb-mqtt-client>=1.9.0
tb-mqtt-client>=1.9.1
service-identity
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'grpcio==1.58.0',
'protobuf',
'cachetools',
'tb-mqtt-client>=1.5',
'tb-mqtt-client>=1.9.1',
'packaging==23.1',
'service-identity'
],
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ grpcio==1.58.0
mmh3
protobuf<=3.20.0
cachetools
tb-mqtt-client>=1.9.0
tb-mqtt-client>=1.9.1
service-identity
pyjwt==2.6.0
tb-rest-client
Expand Down

0 comments on commit 3e12a69

Please sign in to comment.