Bring dependencies up to date

This commit is contained in:
Andrew Hamilton 2025-06-03 16:34:14 +10:00
parent 1cf014fb16
commit e9bc97fb40

View file

@ -10,13 +10,12 @@ authors = [
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [
"decorator==5.1.1",
"docopt==0.6.2", "docopt==0.6.2",
"fill3", "fill3",
"lscolors", "lscolors",
"pexpect==4.8.0", "pexpect==4.9.0",
"pillow==10.0.0", "pillow==11.2.1",
"pygments==2.16.1", "pygments==2.19.1",
"pyinotify-elephant-fork==0.0.1", "pyinotify-elephant-fork==0.0.1",
"termstr", "termstr",
"toml==0.10.2", "toml==0.10.2",