From c8fb504ea076da08299e17bb28d3f65e5ca9407d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:01:27 +0000 Subject: [PATCH] Bump joserfc from 1.6.3 to 1.6.8 Bumps [joserfc](https://github.com/authlib/joserfc) from 1.6.3 to 1.6.8. - [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.6.3...1.6.8) --- updated-dependencies: - dependency-name: joserfc dependency-version: 1.6.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e7e0144a..9b442580 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1768,7 +1768,7 @@ files = [ [[package]] name = "ipy" -version = "1.01" +version = "1.1" description = "Class and tools for handling of IPv4 and IPv6 addresses and networks" optional = false python-versions = "*" @@ -1825,14 +1825,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "joserfc" -version = "1.6.3" +version = "1.6.8" description = "The ultimate Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "joserfc-1.6.3-py3-none-any.whl", hash = "sha256:6beab3635358cbc565cb94fb4c53d0557e6d10a15b933e2134939351590bda9a"}, - {file = "joserfc-1.6.3.tar.gz", hash = "sha256:c00c2830db969b836cba197e830e738dd9dda0955f1794e55d3c636f17f5c9a6"}, + {file = "joserfc-1.6.8-py3-none-any.whl", hash = "sha256:22fb31a69094a5e6f44632002a9df2c30c941fc6c8ce1b037e92c03de954cf9f"}, + {file = "joserfc-1.6.8.tar.gz", hash = "sha256:878620c553a6ebdd76ccdc356782fee3f735f21a356d079a546b42a4670ace5f"}, ] [package.dependencies] @@ -4911,4 +4911,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.10.0,<4.0" -content-hash = "f364724b9bd664dc01417a18df7166730bb0c255f87304a317a88215a1a42f91" +content-hash = "e37fa7e7f1688beb4b0d502208235d8a57529902d293c72edbc0d4ee80756d1b" diff --git a/pyproject.toml b/pyproject.toml index effbbb4b..9419c0a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ zxcvbn = "4.5.0" wtforms-bootstrap5 = "0.3.0" email-validator = "2.3.0" asgi-logger = "0.1.0" -joserfc = "1.6.3" +joserfc = "1.6.8" time-machine = "3.2.0" service-identity = "^24.2.0"