From 2bc71763f2dc0738ecefab2c8c8a81ab4c74fbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:48:13 +0000 Subject: [PATCH] Bump joserfc from 1.0.0 to 1.0.1 Bumps [joserfc](https://github.com/authlib/joserfc) from 1.0.0 to 1.0.1. - [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.0.0...1.0.1) --- updated-dependencies: - dependency-name: joserfc dependency-type: direct:production update-type: version-update:semver-patch ... 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 a237f39..6f773f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -901,13 +901,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "joserfc" -version = "1.0.0" +version = "1.0.1" description = "The ultimate Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT" optional = false python-versions = ">=3.8" files = [ - {file = "joserfc-1.0.0-py3-none-any.whl", hash = "sha256:1de2c3ac203db8fceb2e84c1e78ba357030b195c21af046a1411711927654a09"}, - {file = "joserfc-1.0.0.tar.gz", hash = "sha256:298a9820c76576f8ca63375d1851cc092f3f225508305c7a36c4632cec38f7bc"}, + {file = "joserfc-1.0.1-py3-none-any.whl", hash = "sha256:ae16f56b4091181cab5148a75610bb40d2452db17d09169598605250fa40f5dd"}, + {file = "joserfc-1.0.1.tar.gz", hash = "sha256:c4507be82d681245f461710ffca1fa809fd288f49bc3ce4dba0b1c591700a686"}, ] [package.dependencies] @@ -2457,4 +2457,4 @@ postgresql = ["asyncpg"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1ddaf90347cecbafcede3a17001ffa3a8d896eb88a47a726d7931b36dd80cac5" +content-hash = "09482d1f2384855518f1604ea2e7b6c8be18cd73237142130fcaa0cbd3dc99c1" diff --git a/pyproject.toml b/pyproject.toml index 56c5f39..9f80ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ itsdangerous = "^2.2.0" tortoise-orm = "^0.22.1" aerich = "^0.7.2" argon2-cffi = "^23.1.0" -joserfc = "^1.0.0" +joserfc = "^1.0.1" semver = "^3.0.2" libconf = "^2.0.1" opentelemetry-distro = "^0.49b1"