From b4921cd295e5162cf289427b6e9acd427e098dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:58:38 -0300 Subject: [PATCH] build(deps): bump pycairo from 1.26.0 to 1.26.1 (#1412) Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.26.0 to 1.26.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.26.0...v1.26.1) --- updated-dependencies: - dependency-name: pycairo dependency-type: direct:production update-type: version-update:semver-patch ... 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 c9ae8836..a4bdb93f 100644 --- a/scripts/KlipperScreen-requirements.txt +++ b/scripts/KlipperScreen-requirements.txt @@ -10,5 +10,5 @@ python-mpv==1.0.6;python_version>="3.10" backports.zoneinfo;python_version<"3.9" PyGObject==3.48.1;python_version>="3.8" -pycairo==1.26.0;python_version>="3.8" +pycairo==1.26.1;python_version>="3.8" websocket-client==1.8.0;python_version>="3.8"