Skip to content

Commit b480cb2

Browse files
committed
meshtastic 2.5.3
1 parent 0066f32 commit b480cb2

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
aiohappyeyeballs==2.4.3
88
# via aiohttp
9-
aiohttp==3.10.9
9+
aiohttp==3.10.10
1010
# via discord-py
1111
aiosignal==1.3.1
1212
# via aiohttp
1313
arrow==1.3.0
1414
# via bridger (pyproject.toml)
1515
attrs==24.2.0
1616
# via aiohttp
17-
bleak==0.21.1
17+
bleak==0.22.3
1818
# via meshtastic
1919
certifi==2024.8.30
2020
# via
@@ -23,11 +23,11 @@ certifi==2024.8.30
2323
# sentry-sdk
2424
cffi==1.17.1
2525
# via cryptography
26-
charset-normalizer==3.3.2
26+
charset-normalizer==3.4.0
2727
# via requests
28-
coverage==7.6.1
28+
coverage==7.6.4
2929
# via pytest-cov
30-
cryptography==43.0.1
30+
cryptography==43.0.3
3131
# via bridger (pyproject.toml)
3232
dataclasses-json==0.6.7
3333
# via bridger (pyproject.toml)
@@ -37,23 +37,23 @@ discord-py==2.4.0
3737
# via bridger (pyproject.toml)
3838
dotmap==1.3.30
3939
# via meshtastic
40-
frozenlist==1.4.1
40+
frozenlist==1.5.0
4141
# via
4242
# aiohttp
4343
# aiosignal
4444
idna==3.10
4545
# via
4646
# requests
4747
# yarl
48-
influxdb-client==1.46.0
48+
influxdb-client==1.47.0
4949
# via bridger (pyproject.toml)
5050
iniconfig==2.0.0
5151
# via pytest
5252
loguru==0.7.2
5353
# via bridger (pyproject.toml)
54-
marshmallow==3.22.0
54+
marshmallow==3.23.0
5555
# via dataclasses-json
56-
meshtastic==2.5.1
56+
meshtastic==2.5.3
5757
# via bridger (pyproject.toml)
5858
multidict==6.1.0
5959
# via
@@ -74,15 +74,17 @@ pluggy==1.5.0
7474
# via pytest
7575
print-color==0.4.6
7676
# via meshtastic
77-
protobuf==5.28.2
77+
propcache==0.2.0
78+
# via yarl
79+
protobuf==5.28.3
7880
# via
7981
# bridger (pyproject.toml)
8082
# meshtastic
8183
ptyprocess==0.7.0
8284
# via pexpect
8385
pycparser==2.22
8486
# via cffi
85-
pyparsing==3.1.4
87+
pyparsing==3.2.0
8688
# via meshtastic
8789
pypubsub==4.0.3
8890
# via meshtastic
@@ -113,7 +115,7 @@ requests==2.32.3
113115
# requests-mock
114116
requests-mock==1.12.1
115117
# via bridger (pyproject.toml)
116-
sentry-sdk==2.15.0
118+
sentry-sdk==2.17.0
117119
# via bridger (pyproject.toml)
118120
six==1.16.0
119121
# via python-dateutil
@@ -134,7 +136,7 @@ urllib3==2.2.3
134136
# sentry-sdk
135137
webencodings==0.5.1
136138
# via meshtastic
137-
yarl==1.13.1
139+
yarl==1.17.0
138140
# via aiohttp
139141

140142
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)