diff --git a/pyproject.toml b/pyproject.toml index 20637c14..61a2250a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pywebview = [ { version = "^3.6.3", extras = ["cef"], platform = "windows", optional = true }, { version = "^3.6.3", extras = ["gtk"], platform = "linux", optional = true }, ] -legendary-gl = "^0.20.31" +legendary-gl = "^0.20.32" typing-extensions = "^4.3.0" [tool.poetry.scripts] diff --git a/requirements.txt b/requirements.txt index 938ce6fa..51dbd534 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ requests PyQt5 QtAwesome setuptools -legendary-gl==0.20.31 +legendary-gl==0.20.32 pywin32; platform_system == "Windows"