From 6e121a9c62b3a55cbb0c7c88d20d641eabc5561b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:35:15 +0000 Subject: [PATCH 1/2] Bump senzing-grpc from 0.2.0 to 0.2.3 (#95) * Bump senzing-grpc from 0.2.0 to 0.2.3 Bumps [senzing-grpc](https://github.com/senzing-garage/sz-sdk-python-grpc) from 0.2.0 to 0.2.3. - [Release notes](https://github.com/senzing-garage/sz-sdk-python-grpc/releases) - [Changelog](https://github.com/senzing-garage/sz-sdk-python-grpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/senzing-garage/sz-sdk-python-grpc/compare/0.2.0...0.2.3) --- updated-dependencies: - dependency-name: senzing-grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: docktermj --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9160726..509f474 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ autopep8==2.3.1 black==24.8.0 -grpcio==1.66.1 +grpcio==1.66.2 isort==5.13.2 jupyter==1.1.1 jupyterlab-code-formatter==3.0.2 nbconvert==7.16.4 notebook==7.2.2 protobuf==5.28.2 -senzing-abstract==0.1.3 -senzing-grpc==0.2.0 +senzing-abstract==0.1.4 +senzing-grpc==0.2.3 setuptools==75.2.0 From e0ed7d68fd85a426dff7016d28ca36ef668fe7fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:59:26 -0400 Subject: [PATCH 2/2] make-go-github-file.yaml: cmd/github.go@0.3.1 (#97) * make-go-github-file.yaml updated cmd/github.go for versioned release: 0.3.1 * Force re-test --------- Co-authored-by: senzingdevops Co-authored-by: docktermj --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index bbd23b3..3e5a69f 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.2.2 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Sep 13 19:43:39 UTC 2024 +// 0.3.1 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Oct 17 14:00:44 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-10-16" + githubDate = "2024-10-17" githubIteration = "0" - githubRef = "refs/tags/0.3.0" - githubRefName = "0.3.0" + githubRef = "refs/tags/0.3.1" + githubRefName = "0.3.1" githubRepository = "senzing-garage/demo-quickstart" githubRepositoryName = "demo-quickstart" - githubVersion = "0.3.0" + githubVersion = "0.3.1" )