From b4463f41cf02f004759ffe5b4e4c483d2f7f4bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:43:47 +0000 Subject: [PATCH] Bump sendgrid from 6.10.0 to 6.11.0 Bumps [sendgrid](https://github.com/sendgrid/sendgrid-python) from 6.10.0 to 6.11.0. - [Release notes](https://github.com/sendgrid/sendgrid-python/releases) - [Changelog](https://github.com/sendgrid/sendgrid-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-python/compare/6.10.0...6.11.0) --- updated-dependencies: - dependency-name: sendgrid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2698335da..2230203e32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# 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" @@ -4181,13 +4181,13 @@ experiments = ["jsonnet (>=0.18,<1.0)"] [[package]] name = "sendgrid" -version = "6.10.0" +version = "6.11.0" description = "Twilio SendGrid library for Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "sendgrid-6.10.0-py3-none-any.whl", hash = "sha256:522b30fc98306496208c5d8bdd5642cd6a2fd65cad487475f57f9098ce880604"}, - {file = "sendgrid-6.10.0.tar.gz", hash = "sha256:9b15050c6f8826ee576f76a786efb15d956639f485478cbddd79ed69e8350ab8"}, + {file = "sendgrid-6.11.0-py3-none-any.whl", hash = "sha256:43ecf5bb742ea5850c7cfe68f5e7d9948772352306d4e83e119899959538b884"}, + {file = "sendgrid-6.11.0.tar.gz", hash = "sha256:71424b2a97f5a034121ea3b2666c653ba0ed315982f0d57b7851c0c9503dc5ab"}, ] [package.dependencies] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "f5669cffeeb1de299ed811367a340766604448a5b1d4e381943212997889ca20" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..265359192c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ documentation = "https://docs.saleor.io/" requests-hardened = "1.0.0b2" Rx = "^1.6.3" semantic-version = "^2.10.0" - sendgrid = "^6.7.1" + sendgrid = "^6.11.0" sentry-sdk = "^1.28" stripe = "^3.0.0" text-unidecode = "^1.2"