From 9d9235712cf7c338a75d4376a2f470a0995937c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:35:01 -0300 Subject: [PATCH] build(deps): bump pycairo from 1.23.0 to 1.26.0 (#1272) Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.23.0 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.23.0...v1.26.0) --- updated-dependencies: - dependency-name: pycairo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/KlipperScreen-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/KlipperScreen-requirements.txt b/scripts/KlipperScreen-requirements.txt index 5aa320ad..07317521 100644 --- a/scripts/KlipperScreen-requirements.txt +++ b/scripts/KlipperScreen-requirements.txt @@ -16,5 +16,5 @@ pycairo==1.23.0; python_version == '3.7' websocket-client==1.6.1; python_version == '3.7' PyGObject==3.46.0;python_version>="3.8" -pycairo==1.25.1;python_version>="3.8" +pycairo==1.26.0;python_version>="3.8" websocket-client==1.7.0;python_version>="3.8"