From c6f29b4af313e66306c7dea0dad5e61687aa7f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:39:40 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc4a4cf..e414141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ pandas==2.1.3 openpyxl==3.1.2 reportlab==4.0.7 schedule==1.2.1 -sendgrid==6.10.0 +sendgrid==6.11.0 requests==2.31.0