From fc49fa35ec2383aa0ac3473e545a5f273cb55182 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sun, 9 Feb 2025 19:16:45 -0500 Subject: [PATCH] Update sip to v6.10.0 --- pyproject.toml | 2 +- requirements/devel.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 803e691f..ce02225d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ requires = [ "setuptools>=70.1", "cython == 3.0.10", "requests >= 2.26.0", - "sip == 6.9.1", + "sip == 6.10.0", ] # Using "setuptools.build_meta:__legacy__" instead of "setuptools.build_meta" for now. # Allows to have access to the folder on the search path when building, like before. diff --git a/requirements/devel.txt b/requirements/devel.txt index d23ccd05..8164e828 100644 --- a/requirements/devel.txt +++ b/requirements/devel.txt @@ -2,7 +2,7 @@ -r install.txt appdirs setuptools -sip == 6.9.1 +sip == 6.10.0 twine requests >= 2.26.0