From 54672064380e216efa7baa731b2ac06f96390ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:46:08 +0000 Subject: [PATCH] Bump adyen from 9.0.1 to 11.0.0 Bumps [adyen](https://github.com/Adyen/adyen-python-api-library) from 9.0.1 to 11.0.0. - [Release notes](https://github.com/Adyen/adyen-python-api-library/releases) - [Commits](https://github.com/Adyen/adyen-python-api-library/compare/v9.0.1...v11.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 6217962..5f5c6a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ flask -Adyen == 9.0.1 +Adyen == 11.0.0 python-dotenv===0.21.1