From b47f9786259c318fd6b415aca2c5cc7f134e617c Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:22:45 -0600 Subject: [PATCH] bump protobuf dep to >=6.30.1 --- newsfragments/576.internal.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/576.internal.rst diff --git a/newsfragments/576.internal.rst b/newsfragments/576.internal.rst new file mode 100644 index 00000000..7d9191bd --- /dev/null +++ b/newsfragments/576.internal.rst @@ -0,0 +1 @@ +Bumps dependency to ``protobuf>=6.30.1``. diff --git a/setup.py b/setup.py index 0e72960a..9196f8aa 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ install_requires = [ "multiaddr>=0.0.9", "mypy-protobuf>=3.0.0", "noiseprotocol>=0.3.0", - "protobuf>=5.27.0", + "protobuf>=6.30.1", "pycryptodome>=3.9.2", "pymultihash>=0.8.2", "pynacl>=1.3.0",