Skip to content

Commit a4cbb41

Browse files
Update Mockery to v3.5.3
1 parent cf3169d commit a4cbb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ go_bin_dir := $(shell go env GOPATH)/bin
1515
python_venv_dir := $(base_dir)/.venv
1616
python_venv_activate := $(python_venv_dir)/bin/activate
1717

18-
mockery_version := 3.5.1
18+
mockery_version := 3.5.3
1919
kernel_name := $(shell uname -s)
2020
machine_hardware := $(shell uname -m)
2121
ifeq ($(machine_hardware), aarch64)

0 commit comments

Comments
 (0)