Skip to content

Commit a7e7beb

Browse files
committed
Update pybind11_json dependency version to v0.2.15
Signed-off-by: Gigon Bae <[email protected]>
1 parent a1fc4dd commit a7e7beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cmake/deps/pybind11_json.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11_json)
1717
FetchContent_Declare(
1818
deps-pybind11_json
1919
GIT_REPOSITORY https://github.com/pybind/pybind11_json.git
20-
GIT_TAG 0.2.9
20+
GIT_TAG 0.2.15
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

0 commit comments

Comments
 (0)