diff --git a/poetry.lock b/poetry.lock index 58815fd..6945950 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "black" @@ -453,13 +453,13 @@ files = [ [[package]] name = "joserfc" -version = "0.9.0" +version = "0.10.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.9.0-py3-none-any.whl", hash = "sha256:4026bdbe2c196cd40574e916fa1e28874d99649412edaab0e373dec3077153fb"}, - {file = "joserfc-0.9.0.tar.gz", hash = "sha256:eebca7f587b1761ce43a98ffd5327f2b600b9aa5bb0a77b947687f503ad43bc0"}, + {file = "joserfc-0.10.0-py3-none-any.whl", hash = "sha256:1b39bd9078d7f0087bfe694f96c9723c7a2fd63e5974f5efd805016319f2f50d"}, + {file = "joserfc-0.10.0.tar.gz", hash = "sha256:d1c16ff2179145e248fd67dbaa47bb5a3855f8754c64902dd09e2775e63bcd63"}, ] [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 = "272af18d5cc28eb7e3a1dca6ba415ff88b9282285d747e9a245f4a915a563154" +content-hash = "c16abdce801b9d90a52c3851385f98536fcbb90a0a485fa28ec845201bbe9ca1" diff --git a/pyproject.toml b/pyproject.toml index 5e09470..400402a 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" +joserfc = ">=0.9,<0.11" [tool.poetry.dev-dependencies] pytest = "^8.2.0"