diff --git a/poetry.lock b/poetry.lock index 2932241..dca96f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 36b4677..2256ead 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"