From 90ec82ea1af80424633093133165d27f5baaa788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:02:53 +0200 Subject: [PATCH] Update oauthlib requirement from ==3.2.* to ==3.3.* (#5254) Updates the requirements on [oauthlib](https://github.com/oauthlib/oauthlib) to permit the latest version. - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oauthlib/oauthlib/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: oauthlib dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd7892ea2..8169b95fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "markdown==3.8", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3. # We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7 "mt-940==4.30.*", - "oauthlib==3.2.*", + "oauthlib==3.3.*", "openpyxl==3.1.*", "packaging", "paypalrestsdk==1.13.*",