From 2bb00b5467c0b5a2a0cbd3605558131a36551bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:03:51 +0000 Subject: [PATCH] Update pycairo requirement from ~=1.23.0 to ~=1.24.0 in /decoder Updates the requirements on [pycairo](https://github.com/pygobject/pycairo) to permit the latest version. - [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.24.0) --- updated-dependencies: - dependency-name: pycairo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- decoder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder/requirements.txt b/decoder/requirements.txt index 55b33cc..57a2691 100644 --- a/decoder/requirements.txt +++ b/decoder/requirements.txt @@ -1,4 +1,4 @@ -pycairo~=1.23.0 +pycairo~=1.24.0 # actual gdal version is determined by ubuntu (`gdal-config --version`) gdal>=3.2.2 # pillow and requests versions are dependent on sentry