Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/black-24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Oct 17, 2024
2 parents 93b7085 + e0ed7d6 commit de45fe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -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"
)
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
autopep8==2.3.1
black==24.10.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

0 comments on commit de45fe1

Please sign in to comment.