From 67ee3616f10e4a5e00423eb300e47aef78fda867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:38:05 +0000 Subject: [PATCH] Bump adyen from 4.0.0 to 10.0.1 Bumps [adyen](https://github.com/Adyen/adyen-python-api-library) from 4.0.0 to 10.0.1. - [Release notes](https://github.com/Adyen/adyen-python-api-library/releases) - [Commits](https://github.com/Adyen/adyen-python-api-library/compare/v4.0.0...v10.0.1) --- updated-dependencies: - dependency-name: adyen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2698335da..ef315f4a1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,14 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adyen" -version = "4.0.0" +version = "10.0.1" description = "Adyen Python Api" optional = false python-versions = "*" files = [ - {file = "Adyen-4.0.0.tar.gz", hash = "sha256:f44007fd542d7634bee69f29572442bf9102043141a7d5822ac98539ac5e4d5b"}, + {file = "Adyen-10.0.1-py3-none-any.whl", hash = "sha256:adf58c8cbd5af1dc215290ec717121abbd3c8911d0bbbecb67f55712733f2519"}, + {file = "Adyen-10.0.1.tar.gz", hash = "sha256:ffbfb81ede3d3171c1585c99a3bc0cda377226883c8ba61b1d7d2e9daa1fdb25"}, ] [[package]] @@ -5250,4 +5251,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "323912e2df852316847af0708669ac4dd9344b0c4d875e40620b5f7516c9935c" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..27900daf06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ documentation = "https://docs.saleor.io/" [tool.poetry.dependencies] python = "~3.9" - Adyen = "^4.0.0" + Adyen = "^10.0.1" aniso8601 = "^7.0.0" asgiref = "^3.7.2" Authlib = "^1.0.0"