From ff22d8faffc3cffcdfd71700aab57b300db60ea0 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 21 Nov 2025 14:57:21 -0500 Subject: [PATCH] Bump testthat requirement to 3.3.1 Fixes #424 --- DESCRIPTION | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e540b95c..61db7405 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinytest2 Title: Testing for Shiny Applications -Version: 0.4.1.9001 +Version: 0.4.1.9002 Authors@R: c( person("Barret", "Schloerke", , "barret@posit.co", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9986-114X")), @@ -21,7 +21,7 @@ URL: https://rstudio.github.io/shinytest2/, https://github.com/rstudio/shinytest2 BugReports: https://github.com/rstudio/shinytest2/issues Depends: - testthat (>= 3.3.0) + testthat (>= 3.3.1) Imports: callr, checkmate (>= 2.0.0), @@ -61,8 +61,6 @@ LinkingTo: cpp11 VignetteBuilder: knitr -Remotes: - schloerke/testthat@patch-2 Config/Needs/check: rstudio/shiny, bslib Config/Needs/shinytest2-testing: decor Config/Needs/website: pkgdown, tidyverse/tidytemplate