diff --git a/misc/requirements.in b/misc/requirements.in index 0db826716..3a8f9ff5f 100644 --- a/misc/requirements.in +++ b/misc/requirements.in @@ -6,7 +6,7 @@ PySide6-Essentials >= 6.8.1 QtAwesome legendary-gl @ https://github.com/RareDevs/legendary/archive/3f5a7b31c2f61fe6a63248cf7972c678c4684068.zip orjson -vdf @ https://github.com/solsticegamestudios/vdf/archive/be1f7220238022f8b29fe747f0b643f280bfdb6e.zip +vdf @ https://github.com/solsticegamestudios/vdf/archive/f47c683c1330f0fcddec034fd49c26e41acd63f2.zip pywin32 ; platform_system == "Windows" pypresence diff --git a/pyproject.toml b/pyproject.toml index 33f64b33b..df00657ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "QtAwesome", "legendary-gl @ git+https://github.com/RareDevs/legendary@3f5a7b31c2f61fe6a63248cf7972c678c4684068", "orjson", - "vdf @ git+https://github.com/solsticegamestudios/vdf/be1f7220238022f8b29fe747f0b643f280bfdb6e", + "vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2", "pywin32 ; platform_system == 'Windows'", ]