From 88ef75b3ae9042712b9c081a90301b491de27206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:13:13 +0000 Subject: [PATCH] Bump pycairo from 1.18.2 to 1.25.1 Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.18.2 to 1.25.1. - [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.25.1) --- 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..19fe6cc8b 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.25.1; 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..f29fa407d 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.25.1; sys_platform != "win32" natsort==8.4.0 tilequant==1.1.0 git+https://github.com/skytemple/skytemple-ssb-debugger@master#egg=skytemple_ssb_debugger