From f52a8c52dcc83337d5c490147b9f2c3c45308281 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:24:48 +0530 Subject: [PATCH] build(deps): bump oauthlib (#18377) CVE-2022-36087 - https://github.com/advisories/GHSA-3pgj-pg6c-r5p7 (cherry picked from commit 29d423ef1841ece76e5de0c30793af3ee1d0e933) Co-authored-by: Ankush Menat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bebdb5bf9..15862cb5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "markdown2~=2.4.0", "maxminddb-geolite2==2018.703", "num2words~=0.5.10", - "oauthlib~=3.1.0", + "oauthlib~=3.2.1", "openpyxl~=3.0.7", "passlib~=1.7.4", "pdfkit~=1.0.0",