From 119abbf44980a0875efeee37add7e2ac0afa7874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:55:20 +0000 Subject: [PATCH] build(deps): bump sumup in /backend/python in the sumup-sdk group Bumps the sumup-sdk group in /backend/python with 1 update: [sumup](https://github.com/sumup/sumup-py). Updates `sumup` from 0.2.2 to 0.3.0 - [Release notes](https://github.com/sumup/sumup-py/releases) - [Changelog](https://github.com/sumup/sumup-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/sumup/sumup-py/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: sumup dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sumup-sdk ... Signed-off-by: dependabot[bot] --- backend/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/pyproject.toml b/backend/python/pyproject.toml index 2190f13..109b0f0 100644 --- a/backend/python/pyproject.toml +++ b/backend/python/pyproject.toml @@ -5,7 +5,7 @@ description = "SumUp Python example" requires-python = ">=3.10" dependencies = [ "flask", - "sumup==0.2.2", + "sumup==0.3.0", ] [tool.uv]