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 808212b29e86a047b095d40392393c7aecacf1ee 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 e67820832..020c34d23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -120,7 +120,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
