This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8575 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 854dbd989c75ed19ebb96fcb688fc84ae01a88f1 Author: Guillermo Cruz <[email protected]> AuthorDate: Thu Feb 6 21:34:39 2025 +0000 [#8575] Upgrade ruff 0.7.2 -> 0.9.5 (OUTDATED! latest is: 0.9.4) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a236ba7d..6901f6da9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -240,7 +240,7 @@ requests==2.32.3 # requests-oauthlib requests-oauthlib==2.0.0 # via -r requirements.in -ruff==0.7.2 +ruff==0.9.5 # via -r requirements.in s3transfer==0.10.3 # via boto3
