diff --git a/ee/maintained-apps/outputs/python-3.13/windows.json b/ee/maintained-apps/outputs/python-3.13/windows.json index 4b0293dba94..86805709448 100644 --- a/ee/maintained-apps/outputs/python-3.13/windows.json +++ b/ee/maintained-apps/outputs/python-3.13/windows.json @@ -1,16 +1,16 @@ { "versions": [ { - "version": "3.13.14", + "version": "3.13.15", "queries": { "exists": "SELECT 1 FROM programs WHERE name LIKE 'Python 3.13.% (64-bit)' AND publisher = 'Python Software Foundation';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Python 3.13.% (64-bit)' AND publisher = 'Python Software Foundation' AND version_compare(version, '3.13.14150.0') < 0);", + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Python 3.13.% (64-bit)' AND publisher = 'Python Software Foundation' AND version_compare(version, '3.13.15150.0') < 0);", "open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM processes WHERE LOWER(name) = 'python 3.13.exe');" }, - "installer_url": "https://www.python.org/ftp/python/3.13.14/python-3.13.14-amd64.exe", + "installer_url": "https://www.python.org/ftp/python/3.13.15/python-3.13.15-amd64.exe", "install_script_ref": "8272e48d", "uninstall_script_ref": "c408078d", - "sha256": "c54d9b9bbb8a36e6489363ddd01139707fd781d72f1f9e90c7ec65d0061368e0", + "sha256": "edec09c4853aeae9ac36efb8c9f95b6b8e2fee65eee56d9767a8b7c69c574403", "default_categories": [ "Developer tools" ] diff --git a/ee/maintained-apps/outputs/reqable/windows.json b/ee/maintained-apps/outputs/reqable/windows.json index aa7f16ddaa5..18bfdcdcc41 100644 --- a/ee/maintained-apps/outputs/reqable/windows.json +++ b/ee/maintained-apps/outputs/reqable/windows.json @@ -1,16 +1,16 @@ { "versions": [ { - "version": "3.2.21", + "version": "3.2.22", "queries": { "exists": "SELECT 1 FROM programs WHERE name = 'Reqable' AND publisher = 'Reqqable Inc.';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Reqable' AND publisher = 'Reqqable Inc.' AND version_compare(version, '3.2.21') < 0);", + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Reqable' AND publisher = 'Reqqable Inc.' AND version_compare(version, '3.2.22') < 0);", "open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM processes WHERE LOWER(name) = 'reqable.exe');" }, - "installer_url": "https://github.com/reqable/reqable-app/releases/download/3.2.21/reqable-app-windows-x86_64.exe", + "installer_url": "https://github.com/reqable/reqable-app/releases/download/3.2.22/reqable-app-windows-x86_64.exe", "install_script_ref": "d2ffec58", "uninstall_script_ref": "b33fc442", - "sha256": "7b74c09b1f8cc263eae4019f6d2df000af05c79f3249ff9e8b834ab0df606c9a", + "sha256": "495677b9bb58f03015e9570db656ff2d369c615364de71305c77a2b06066702d", "default_categories": [ "Developer tools" ]