From 7a2b7c5371e21f2b74c5afdd8ab917af630687dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:57:15 +0530 Subject: [PATCH] Bump authlib from 1.1.0 to 1.3.0 in /tools/deps (#4425) * Bump authlib from 1.1.0 to 1.3.0 in /tools/deps * Bump importlib-metadata from 6.8.0 to 7.0.1 in /tools/deps (#4491) * Bump typing-extensions from 4.7.1 to 4.9.0 in /tools/deps (#4397) * Bump types-python-dateutil in /tools/deps (#4467) * Bump regex from 2023.8.8 to 2023.12.25 in /tools/deps (#4469) * Bump distlib from 0.3.7 to 0.3.8 in /tools/deps (#4476) * Bump more-itertools from 10.1.0 to 10.2.0 in /tools/deps (#4480) * Bump pathspec from 0.11.2 to 0.12.1 in /tools/deps (#4455) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anindya Roy Co-authored-by: poojadaine <126543069+poojadaine@users.noreply.github.com> --- docs/changes/5.5.0.md | 1 + tools/deps/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changes/5.5.0.md b/docs/changes/5.5.0.md index ba7087e5df..cfa970d77a 100644 --- a/docs/changes/5.5.0.md +++ b/docs/changes/5.5.0.md @@ -38,6 +38,7 @@ Release date: `2024-xx-xx` - Upgraded `actions/download-artifact` from 3 to 4 - Upgraded `actions/setup-python` from 4 to 5 - Upgraded `actions/upload-artifact` from 3 to 4 +- Upgraded `authlib` from 1.1.0 to 1.3.0 - Upgraded `black` from 23.9.1 to 23.12.1 - Upgraded `boto3` from 1.28.50 to 1.34.17 - Upgraded `botocore` from 1.31.50 to 1.34.17 diff --git a/tools/deps/requirements.txt b/tools/deps/requirements.txt index 190364a31a..5727aef43c 100644 --- a/tools/deps/requirements.txt +++ b/tools/deps/requirements.txt @@ -2,9 +2,9 @@ # Modules needed by the application. # This file is used to build fresh binaries. # -authlib==1.1.0 \ - --hash=sha256:0a270c91409fc2b7b0fbee6996e09f2ee3187358762111a9a4225c874b94e891 \ - --hash=sha256:be4b6a1dea51122336c210a6945b27a105b9ac572baffd15b07bcff4376c1523 +authlib==1.3.0 \ + --hash=sha256:959ea62a5b7b5123c5059758296122b57cd2585ae2ed1c0622c21b371ffdae06 \ + --hash=sha256:9637e4de1fb498310a56900b3e2043a206b03cb11c05422014b0302cbc814be3 # via nuxeo boto3==1.34.17 \ --hash=sha256:1efc02be786884034d503d59c018cf7650d0cff9fcb37cd2eb49b802a6fe6111 \