From e9bc97fb4097473623c8d0feff510f818f97dd64 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 3 Jun 2025 16:34:14 +1000 Subject: [PATCH] Bring dependencies up to date --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df1fcdd..da777a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,12 @@ authors = [ ] requires-python = ">=3.11" dependencies = [ - "decorator==5.1.1", "docopt==0.6.2", "fill3", "lscolors", - "pexpect==4.8.0", - "pillow==10.0.0", - "pygments==2.16.1", + "pexpect==4.9.0", + "pillow==11.2.1", + "pygments==2.19.1", "pyinotify-elephant-fork==0.0.1", "termstr", "toml==0.10.2",