From 4064f4c38b5eaa45dd778ad24d5e69e343c8f4d3 Mon Sep 17 00:00:00 2001 From: GingerAvalanche Date: Sun, 5 Feb 2023 20:24:52 -0800 Subject: [PATCH] Update dependency versions Fixes build-from-source requirement for py310+ --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcde363..62f7d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ dependencies = [ "pyqtwebengine~=5.15.2; platform_system == 'Linux'", "cefpython3~=66.1; platform_system == 'Windows'", "pywebview==3.7.2", - "PyYAML~=5.4.1", + "PyYAML~=6.0", "requests~=2.27.1", "rstb>=1.2.2", - "xxhash~=1.4", + "xxhash~=3.2", ] requires-python = ">=3.7" classifiers = [ diff --git a/requirements.txt b/requirements.txt index 58625e6..7fb3ac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pyqtwebengine; platform_system == 'Linux' QtPy; platform_system == 'Linux' cefpython3~=66.1; platform_system == 'Windows' pywebview==3.7.2 -PyYAML~=5.4.1 +PyYAML~=6.0 requests~=2.26.0 rstb>=1.2.2 -xxhash~=1.4 +xxhash~=3.2