This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8522 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 110d87ed30431dc786cca6e776d818d4598e9137 Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Oct 16 16:53:24 2023 +0000 [#8522] Upgrade Pillow 10.0.1 -> 10.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2480e34e7..b205910f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -124,7 +124,7 @@ pastedeploy==2.1.1 # pastescript pastescript==3.3.0 # via -r requirements.in -pillow==10.0.1 +pillow==10.1.0 # via -r requirements.in platformdirs==3.10.0 # via virtualenv
