Skip to content

Commit

Permalink
Merge branch 'main' into 149-dockter-1
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Dec 27, 2024
2 parents 3dd6e53 + 8cddfa7 commit f8051a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions development-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bandit==1.8.0
black==24.10.0
build==1.2.2.post1
coverage==7.6.9
coverage==7.6.10
flake8==7.1.1
fpvs==0.3.0
isort==5.13.2
mypy==1.14.0
psutil==6.1.0
pylint==3.3.2
psutil==6.1.1
pylint==3.3.3
pytest-cov==6.0.0
pytest-schema==0.1.2
pytest==8.3.4
Expand Down
2 changes: 1 addition & 1 deletion package.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -----------------------------------------------------------------------------

ARG IMAGE_SENZINGSDK_RUNTIME=senzing/senzingsdk-runtime-beta:latest
ARG IMAGE_BUILDER=golang:1.23.4-bullseye
ARG IMAGE_BUILDER=golang:1.23.4-bookworm
ARG IMAGE_FPM=dockter/fpm:latest
ARG IMAGE_FINAL=alpine

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ isort==5.13.2
jupyter==1.1.1
jupyterlab-code-formatter==3.0.2
nbconvert==7.16.4
notebook==7.3.1
notebook==7.3.2
protobuf==5.29.2
senzing==0.2.0
senzing-grpc==0.3.8
Expand Down

0 comments on commit f8051a8

Please sign in to comment.