From 96796d7b1a7f4e4475dc241084d627dd06ea11ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:20:59 +0000 Subject: [PATCH] fix(deps): bump joserfc from 0.11.1 to 0.12.0 Bumps [joserfc](https://github.com/authlib/joserfc) from 0.11.1 to 0.12.0. - [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/0.11.1...0.12.0) --- updated-dependencies: - dependency-name: joserfc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1b5e28..7dcaf0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -453,13 +453,13 @@ files = [ [[package]] name = "joserfc" -version = "0.11.1" +version = "0.12.0" description = "The ultimate Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT" optional = false python-versions = ">=3.8" files = [ - {file = "joserfc-0.11.1-py3-none-any.whl", hash = "sha256:229e7e06b1ae4df88c3c7174f5848457b63e7b27a6a968b81dfd0988b8a3fbce"}, - {file = "joserfc-0.11.1.tar.gz", hash = "sha256:d1151cdf9a64241b8cb46e7d67c5bfba10aecf364ef53b3a9109e90e8a621dca"}, + {file = "joserfc-0.12.0-py3-none-any.whl", hash = "sha256:210f21ec1c3d08c9a0d9969d7825d2020f365ad6b3a0d6c6c0b638704f96a5b0"}, + {file = "joserfc-0.12.0.tar.gz", hash = "sha256:86625aef30bb9857f8c2f4320ea2ad4342a29319a66189cb743547c74a88b1ec"}, ] [package.dependencies] @@ -780,4 +780,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "f359ab4ef174c58f90fba49c2134037e9db8122d9ad853d6c70aff979e54da6e" +content-hash = "6ed6cf9d7f514e9ac3a1aa6e3d4eafb2d1f9e1404b877eade545dbc2f5facb8f" diff --git a/pyproject.toml b/pyproject.toml index 8842173..ec3d4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.8.0" requests-oauthlib = "^2.0.0" requests = "^2.28.2" oauthlib = "^3.2.2" -joserfc = ">=0.9,<0.12" +joserfc = ">=0.9,<0.13" [tool.poetry.dev-dependencies] pytest = "^8.2.2"