From 2d5938cb2a752e9b83d76abed499db2cea86426a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:12:47 +0000 Subject: [PATCH] fix(deps): bump joserfc from 0.11.1 to 1.0.0 Bumps [joserfc](https://github.com/authlib/joserfc) from 0.11.1 to 1.0.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...1.0.0) --- updated-dependencies: - dependency-name: joserfc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1b5e28..dc70561 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "black" @@ -453,13 +453,13 @@ files = [ [[package]] name = "joserfc" -version = "0.11.1" +version = "1.0.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-1.0.0-py3-none-any.whl", hash = "sha256:1de2c3ac203db8fceb2e84c1e78ba357030b195c21af046a1411711927654a09"}, + {file = "joserfc-1.0.0.tar.gz", hash = "sha256:298a9820c76576f8ca63375d1851cc092f3f225508305c7a36c4632cec38f7bc"}, ] [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 = "404ca0131e3886207a9ae61b26dee3f97b3b33ea6b8b95168c36138a93733eb2" diff --git a/pyproject.toml b/pyproject.toml index 8842173..2a9bd8f 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,<1.1" [tool.poetry.dev-dependencies] pytest = "^8.2.2"