From 480d887fe5b1999c7d0b44f562f2c6acd2398875 Mon Sep 17 00:00:00 2001 From: bitromortac Date: Wed, 27 Dec 2023 12:36:12 +0100 Subject: [PATCH] setup: update dependencies We bump versions of googleapis-common-protos and grpcio and pygments. --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 4e0ee66..1ce84af 100644 --- a/setup.py +++ b/setup.py @@ -30,13 +30,11 @@ setuptools.setup( packages=setuptools.find_packages(), python_requires='>=3.9.0', install_requires=[ - "googleapis-common-protos==1.58.0", - "grpcio==1.51.3", - "grpcio-tools==1.48.2", + "googleapis-common-protos==1.62.0", + "grpcio==1.60.0", "networkx==3.0", "numpy==1.24.2", - "protobuf==3.20.3", - "Pygments==2.14.0", + "Pygments==2.17.2", ], extras_require={ "test": [