From f63938a90a9dd5c4ce31e763898259d0adb67d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:19:08 +0000 Subject: [PATCH] Update joserfc requirement from ==1.2.* to ==1.6.* in /docker/main Updates the requirements on [joserfc](https://github.com/authlib/joserfc) to permit the latest version. - [Release notes](https://github.com/authlib/joserfc/releases) - [Changelog](https://github.com/authlib/joserfc/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/joserfc/compare/1.2.0...1.6.4) --- updated-dependencies: - dependency-name: joserfc dependency-version: 1.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 7bd098454..4ad2c8a2d 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -7,7 +7,7 @@ starlette-context == 0.4.* fastapi[standard-no-fastapi-cloud-cli] == 0.116.* uvicorn == 0.35.* slowapi == 0.1.* -joserfc == 1.2.* +joserfc == 1.6.* cryptography == 44.0.* pathvalidate == 3.3.* markupsafe == 3.0.*