Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ itsdangerous==2.1.2
Jinja2==3.1.2
jsonschema==4.17.3
MarkupSafe==2.1.1
meshtastic==2.0.6
meshtastic==2.6.2
mypy-extensions==0.4.3
packaging==22.0
packaging==24.0
pathspec==0.10.3
pexpect==4.8.0
platformdirs==2.6.0
Expand All @@ -35,14 +35,14 @@ pyserial==3.5
pytest==7.2.0
pytest-cov==4.0.0
pytz==2022.7
PyYAML==6.0
requests==2.29.0
PyYAML==6.0.2
requests==2.32.3
requests-mock==1.10.0
six==1.16.0
tabulate==0.9.0
timeago==1.0.16
tomli==2.0.1
typing_extensions==4.4.0
typing_extensions==4.13.2
urllib3==1.26.15
Werkzeug==2.2.2
zipp==3.11.0
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from meshtastic.serial_interface import SerialInterface
from meshtastic.mesh_interface import MeshInterface
from meshtastic.node import Node
from meshtastic.channel_pb2 import Channel
from meshtastic.protobuf.channel_pb2 import Channel
import pytest

# custom
Expand Down
Loading