diff --git a/pyproject.toml b/pyproject.toml index f85ded5..363e818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "babel>=2.17.0", - "beautifulsoup4>=4.13.4", + "beautifulsoup4>=4.13.5", "evdev>=1.9.2", "icoextract>=0.2.0", "numpy>=2.2.4", @@ -36,7 +36,7 @@ dependencies = [ "psutil>=7.0.0", "pyside6>=6.9.1", "pyudev>=0.24.3", - "requests>=2.32.4", + "requests>=2.32.5", "tqdm>=4.67.1", "vdf>=3.4", "websocket-client>=1.8.0", @@ -105,5 +105,5 @@ ignore = [ dev = [ "pre-commit>=4.3.0", "pyaspeller>=2.0.2", - "pyright>=1.1.403", + "pyright>=1.1.404", ]