From 1ccc5f2d4ea55ccc549d00c20135e15b7cce3a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:26:36 +0000 Subject: [PATCH] Bump adyen from 11.2.0 to 12.0.0 Bumps [adyen](https://github.com/Adyen/adyen-python-api-library) from 11.2.0 to 12.0.0. - [Release notes](https://github.com/Adyen/adyen-python-api-library/releases) - [Commits](https://github.com/Adyen/adyen-python-api-library/compare/v11.2.0...v12.0.0) --- updated-dependencies: - dependency-name: adyen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4a5d3c..42bb8bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ flask -Adyen == 11.2.0 +Adyen == 12.0.0 python-dotenv===0.21.1