This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8586 in repository https://gitbox.apache.org/repos/asf/allura.git
commit be771f527b85683e96fe10fdac6d6ef228e18321 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:28:42 2025 +0000 [#8586] Upgrade testfixtures 9.1.0 -> 9.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 378b6dd7a..78fdf9927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -291,7 +291,7 @@ termcolor==3.1.0 # via pytest-sugar testfixtures==8.3.0 ; python_full_version < '3.11' # via -r requirements.in -testfixtures==9.1.0 ; python_full_version >= '3.11' +testfixtures==9.2.0 ; python_full_version >= '3.11' # via -r requirements.in textile==4.0.3 # via pypeline
