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",