From cc65d69515d0903533584d39d9f69b97bd2c6db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:51:28 +0000 Subject: [PATCH] Bump pycairo from 1.18.2 to 1.26.0 Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.18.2 to 1.26.0. - [Release notes](https://github.com/pygobject/pycairo/releases) - [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS) - [Commits](https://github.com/pygobject/pycairo/compare/v1.18.2...v1.26.0) --- updated-dependencies: - dependency-name: pycairo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-mac-windows.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-mac-windows.txt b/requirements-mac-windows.txt index a9a5900f2..a33049e94 100644 --- a/requirements-mac-windows.txt +++ b/requirements-mac-windows.txt @@ -5,7 +5,7 @@ pmdsky-debug-py skytemple-dtef==1.6.0 skytemple-icons==1.3.2 range-typed-integers >= 1.0.0 -pycairo==1.18.2; sys_platform != "win32" +pycairo==1.26.0; sys_platform != "win32" natsort==8.4.0 tilequant==1.1.0 skytemple-ssb-debugger==1.6.1 diff --git a/requirements.txt b/requirements.txt index acd48c1ba..7155f5c05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/skytemple/skytemple-dtef@main#egg=skytemple_dtef git+https://github.com/skytemple/skytemple-icons@main#egg=skytemple_icons range-typed-integers >= 1.0.0 pygobject==3.46.0 -pycairo==1.18.2; sys_platform != "win32" +pycairo==1.26.0; sys_platform != "win32" natsort==8.4.0 tilequant==1.1.0 git+https://github.com/skytemple/skytemple-ssb-debugger@master#egg=skytemple_ssb_debugger