From 3e525012998be9e7fb041c90aef20e10f8b9a3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:00:13 +0000 Subject: [PATCH] chore(deps): bump plaid-python from 18.3.0 to 18.4.0 in /backend Bumps [plaid-python](https://github.com/plaid/plaid-python) from 18.3.0 to 18.4.0. - [Release notes](https://github.com/plaid/plaid-python/releases) - [Changelog](https://github.com/plaid/plaid-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/plaid/plaid-python/compare/18.3.0...18.4.0) --- updated-dependencies: - dependency-name: plaid-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/dependencies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dependencies/requirements.txt b/backend/dependencies/requirements.txt index 35a72a5a..45650d9f 100644 --- a/backend/dependencies/requirements.txt +++ b/backend/dependencies/requirements.txt @@ -1,7 +1,7 @@ dynamodb-encryption-sdk==3.2.0 mypy-boto3-dynamodb==1.34.0 mypy-boto3-sqs==1.34.0 -plaid-python==18.3.0 +plaid-python==18.4.0 python-jose[cryptography]==3.3.0 requests==2.31.0 urllib3<2