This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8581 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 580fa620e2d125bbf1dbcd731c1cd9ac11fb8cfc Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Thu Jul 10 15:17:54 2025 +0000 [#8581] Upgrade testfixtures 8.3.0 -> 9.1.0 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16114c925..28e26ea09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -291,7 +291,9 @@ sxsdiff==0.3.0 # via -r requirements.in termcolor==3.0.1 # via pytest-sugar -testfixtures==8.1.0 +testfixtures==8.3.0 ; python_full_version < '3.11' + # via -r requirements.in +testfixtures==9.1.0 ; python_full_version >= '3.11' # via -r requirements.in textile==4.0.3 # via pypeline