chore: bump catch download to 2.13.10 (#5568)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner 2025-03-17 17:18:00 -04:00 committed by GitHub
parent d28904f12e
commit 16b5abd428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
find_package(Catch 2.13.2)
find_package(Catch 2.13.10)
if(CATCH_FOUND)
message(STATUS "Building pure C++ tests (not depending on Python) using Catch v${CATCH_VERSION}")

View File

@ -16,7 +16,7 @@ if(TARGET Python::Module AND NOT TARGET Python::Python)
return()
endif()
find_package(Catch 2.13.9)
find_package(Catch 2.13.10)
if(CATCH_FOUND)
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")