This is an automated email from the ASF dual-hosted git repository. kentontaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit a33e2b1d3bbfc579d23e01b24c71ed2166122ac2 Author: Dave Brondsema <[email protected]> AuthorDate: Thu Oct 10 14:47:50 2024 -0400 sync ruff version with .pre-commit-config.yaml version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11695199e..01a0ac65d 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.3.7 +ruff==0.5.5 # via -r requirements.in s3transfer==0.10.3 # via boto3
