From 3432fc622abf4ca155dd972959636a4878ea06a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:27:01 +0000 Subject: [PATCH] Bump senzing from 0.2.0 to 3.0.1 Bumps [senzing](https://github.com/Senzing/g2-sdk-python) from 0.2.0 to 3.0.1. - [Release notes](https://github.com/Senzing/g2-sdk-python/releases) - [Changelog](https://github.com/senzing-garage/g2-sdk-python/blob/3.0.1/CHANGELOG.md) - [Commits](https://github.com/Senzing/g2-sdk-python/commits/3.0.1) --- updated-dependencies: - dependency-name: senzing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 022fc80..fa5fad1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ grpcio==1.68.1 protobuf==5.29.1 -senzing==0.2.0 +senzing==3.0.1 diff --git a/setup.cfg b/setup.cfg index 560a96f..1b31627 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ python_requires = >=3.9 install_requires = grpcio >= 1.68.1 protobuf >= 5.29.0 - senzing >= 0.2.0,<1.0.0 + senzing >= 0.2.0,< 4.0.0 [options.packages.find] where = src