From e4b7c89910efdc9877bad87cf66b0bed5c6dad10 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Fri, 22 Nov 2024 16:14:14 +0530 Subject: [PATCH 1/2] chore(deps): bump redis and hiredis Signed-off-by: Akhil Narang --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5fa1d37fae..23f469fdb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,8 +59,8 @@ dependencies = [ "python-dateutil~=2.8.2", "pytz==2023.3", "rauth~=0.7.3", - "redis~=5.0.1", - "hiredis~=2.2.3", + "redis~=5.2.0", + "hiredis~=3.0.0", "setproctitle~=1.3.3", "requests-oauthlib~=1.3.1", "requests~=2.32.0", From 076cefc09acaff14bc57b93fa3aa3411a618036b Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Fri, 22 Nov 2024 16:24:02 +0530 Subject: [PATCH 2/2] chore(deps): bump Pillow Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23f469fdb7..2652277214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "filetype~=1.2.0", "GitPython~=3.1.34", "Jinja2~=3.1.2", - "Pillow~=10.3.0", + "Pillow~=11.0.0", "PyJWT~=2.8.0", # We depend on internal attributes, # do NOT add loose requirements on PyMySQL versions.