From 0fd22418e887638921363cca452462ec6c631adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:54:42 +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.3.0 to 0.3.1 - [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.3.0...v0.3.1) --- updated-dependencies: - dependency-name: sumup dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch 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 109b0f0..1e55e7a 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.3.0", + "sumup==0.3.1", ] [tool.uv]