This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8517 in repository https://gitbox.apache.org/repos/asf/allura.git
commit c9d2dc3e8a7b1a3af87294f147944dabbfa7e11d Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Jul 31 17:46:57 2023 +0000 [#8517] Upgrade Pillow 9.5.0 -> 10.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 570282c22..758a1d039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -113,7 +113,7 @@ pastedeploy==2.1.1 # pastescript pastescript==3.3.0 # via -r requirements.in -pillow==9.5.0 +pillow==10.0.0 # via -r requirements.in pluggy==1.0.0 # via pytest
