From 777ade082bb616ea7dcf932cd47007cea062cbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:19:33 +0000 Subject: [PATCH] Bump pyjwt from 2.9.0 to 2.10.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... 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 02fb6d0..455eb8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,13 +791,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.0" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, + {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, + {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, ] [package.extras] @@ -1195,4 +1195,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a038ac0bd005ebb63e51a2f756bfbe6908e45ce7a80d2e182e3dd9ce3d73c312" +content-hash = "a46b289d5155d63179450b80e44428eb0085e687ade95faa4dd6a9f97fdef126" diff --git a/pyproject.toml b/pyproject.toml index 0dc312f..2794fdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Markdown = "^3.6" oauthlib = "^3.2.2" psycopg2-binary = "^2.9.10" pycparser = "^2.22" -PyJWT = "^2.9.0" +PyJWT = "^2.10.0" py-moneyed = "^3.0" python3-openid = "^3.2.0" python-dotenv = "^1.0.1"