From 3cfb5fa6a46aa103b3711234c38000b782f6e58f Mon Sep 17 00:00:00 2001 From: Andreas K Date: Sat, 5 Oct 2024 16:09:44 +0000 Subject: [PATCH] update versions --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c99a51f..2c550f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,13 +31,13 @@ classifiers = [ requires-python = ">=3.10.14" dynamic = ["version"] dependencies = [ - "protobuf>=3.20.0,<4.0.0", - "requests>=2.25.1,<3.0.0", - "pandas>=1.2.0,<2.0.0", + "protobuf>=4.25.2,<5.0.0", + "requests>=2.30.0,<3.0.0", + "pandas>=2.2.0,<3.0.0", ] [project.optional-dependencies] -exd-data = ["grpcio>=1.38.0,<2.0.0"] +exd-data = ["grpcio>=1.59.3,<2.0.0"] test = [ "bandit[toml]==1.7.10", "black==24.8.0",