This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8578 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 4b63e2b6dd452e9c628d77ffe332f46d80c0d93c Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Wed Apr 30 01:54:22 2025 +0000 [#8578] Upgrade ruff 0.9.6 -> 0.11.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a6c89e5e..663f62811 100644 --- a/requirements.txt +++ b/requirements.txt @@ -261,7 +261,7 @@ requests==2.32.3 # requests-oauthlib requests-oauthlib==2.0.0 # via -r requirements.in -ruff==0.9.6 +ruff==0.11.7 # via -r requirements.in s3transfer==0.10.3 # via boto3