From a77148b6036c196bff86dcab4705341b3e8aa0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 09:15:44 -0600 Subject: [PATCH] build(deps): bump pycairo from 1.22.0 to 1.23.0 (#823) Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.22.0 to 1.23.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.22.0...v1.23.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 c2bdd300..fa19ffa5 100644 --- a/scripts/KlipperScreen-requirements.txt +++ b/scripts/KlipperScreen-requirements.txt @@ -2,7 +2,7 @@ jinja2==3.1.2 netifaces==0.11.0 requests==2.30.0 websocket-client==1.5.1 -pycairo==1.22.0 +pycairo==1.23.0 PyGObject==3.44.1 python-mpv==0.5.2 six==1.16.0