This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8570 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 1afe5e56d9a717e86992a7e35c3c2753925d26a8 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Nov 6 00:04:56 2024 +0000 [#SF-9782] Upgrade pillow 10.4.0 -> 11.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1724849c9..22ac192ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -169,7 +169,7 @@ pastedeploy==3.1.0 # pastescript pastescript==3.5.1 # via -r requirements.in -pillow==10.3.0 +pillow==11.0.0 # via -r requirements.in platformdirs==4.2.0 # via virtualenv
