mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
bump protobuf dep to >=6.30.1
This commit is contained in:
1
newsfragments/576.internal.rst
Normal file
1
newsfragments/576.internal.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
Bumps dependency to ``protobuf>=6.30.1``.
|
||||||
2
setup.py
2
setup.py
@ -57,7 +57,7 @@ install_requires = [
|
|||||||
"multiaddr>=0.0.9",
|
"multiaddr>=0.0.9",
|
||||||
"mypy-protobuf>=3.0.0",
|
"mypy-protobuf>=3.0.0",
|
||||||
"noiseprotocol>=0.3.0",
|
"noiseprotocol>=0.3.0",
|
||||||
"protobuf>=5.27.0",
|
"protobuf>=6.30.1",
|
||||||
"pycryptodome>=3.9.2",
|
"pycryptodome>=3.9.2",
|
||||||
"pymultihash>=0.8.2",
|
"pymultihash>=0.8.2",
|
||||||
"pynacl>=1.3.0",
|
"pynacl>=1.3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user